From 56ec8ec4f02ccc3f7de51de25b3b3ee901c1c3f3 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 30 Aug 2024 18:47:04 +0200 Subject: [PATCH] @_@ --- 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 742754a..b9c7478 100644 --- a/lib/curl_tests.py +++ b/lib/curl_tests.py @@ -214,7 +214,7 @@ def test( if asset.startswith(f"https://"): if asset.startswith(f"https://{domain}"): asset = asset.replace(f"https://{domain}", "") - elif: + 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... ?" )