mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
@_@
This commit is contained in:
parent
136b7a0de6
commit
56ec8ec4f0
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ def test(
|
||||||
if asset.startswith(f"https://"):
|
if asset.startswith(f"https://"):
|
||||||
if asset.startswith(f"https://{domain}"):
|
if asset.startswith(f"https://{domain}"):
|
||||||
asset = asset.replace(f"https://{domain}", "")
|
asset = asset.replace(f"https://{domain}", "")
|
||||||
elif:
|
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... ?"
|
"\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... ?"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue