Remove unused line of code

This commit is contained in:
Siddharth Dushantha
2026-04-12 17:48:42 +02:00
parent e2a225697f
commit eb79980c33
-1
View File
@@ -121,7 +121,6 @@ class SitesInformation:
# users from creating issue about false positives which has already been fixed or having outdated data
data_file_path = MANIFEST_URL
# if "http://" == data_file_path[:7].lower() or "https://" == data_file_path[:8].lower():
if data_file_path.lower().startswith("http"):
# Reference is to a URL.
try: