diff --git a/lib/curl_tests.py b/lib/curl_tests.py index 250fbe6..b38b34d 100644 --- a/lib/curl_tests.py +++ b/lib/curl_tests.py @@ -220,7 +220,7 @@ def test( asset = asset.replace(f"https://{domain}", "") else: print( - "\033[1m\033[93mWARN\033[0m Found asset '{asset}' which seems to be hosted on a third party, external website ... Not super great for privacy etc... ?" + f"\033[1m\033[93mWARN\033[0m Found asset '{asset}' which seems to be hosted on a third party, external website ... Not super great for privacy etc... ?" ) continue elif asset.startswith(f"{domain}/"):