We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2a2256 commit eb79980Copy full SHA for eb79980
1 file changed
sherlock_project/sites.py
@@ -121,7 +121,6 @@ def __init__(
121
# users from creating issue about false positives which has already been fixed or having outdated data
122
data_file_path = MANIFEST_URL
123
124
- # if "http://" == data_file_path[:7].lower() or "https://" == data_file_path[:8].lower():
125
if data_file_path.lower().startswith("http"):
126
# Reference is to a URL.
127
try:
0 commit comments