From 553d7c6a763ffe55e04f02c9be070997a3db4761 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 1 Sep 2024 03:38:59 +0200 Subject: [PATCH] curl test: missing f for f-string --- lib/curl_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}/"):