curl test: missing f for f-string

This commit is contained in:
Alexandre Aubin 2024-09-01 03:38:59 +02:00
parent 32611255a4
commit 553d7c6a76

View file

@ -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}/"):