mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
curl test: missing f for f-string
This commit is contained in:
parent
32611255a4
commit
553d7c6a76
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ def test(
|
||||||
asset = asset.replace(f"https://{domain}", "")
|
asset = asset.replace(f"https://{domain}", "")
|
||||||
else:
|
else:
|
||||||
print(
|
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
|
continue
|
||||||
elif asset.startswith(f"{domain}/"):
|
elif asset.startswith(f"{domain}/"):
|
||||||
|
|
Loading…
Add table
Reference in a new issue