removed debug code that wasn't removed

pull/1689/head
Siddharth Dushantha 1 year ago
parent a0448e9ac7
commit dc8de5b885

@ -395,9 +395,6 @@ def sherlock(username, site_data, query_notify,
error_flag = False
else:
# If it's list, it will iterate all the error message
print("woah")
print(errors)
exit()
for error in errors:
if error in r.text:
error_flag = False

Loading…
Cancel
Save