Bugfixing for slightly invalid queries and handling of malformed ones

This commit is contained in:
2023-06-06 18:51:27 -07:00
parent 1128b2cd08
commit 2643f4812f
2 changed files with 173 additions and 69 deletions
+1
View File
@@ -43,6 +43,7 @@ def check_queries(url=None):
for logged in log:
if logged[1] != 200:
logfile.write(f"{logged[1]} - {logged[0]}\n")
print(f"{logged[1]} - {logged[0]}\n")
if __name__ == "__main__":
import argparse