Skip to content

Commit

Permalink
More logging
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-ls committed Sep 27, 2023
1 parent 1ae0483 commit 675ddfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def send_query(outputfile, asn, lg, command, query_address=False):
query_method = getattr(qh, http_func)
lg_response = query_method(q, str(query_url), str(lg["http"]["referer"]), lg["http"]["type"])

print(type(lg_response))
print(type(lg_response), lg_response)

# print the_page
q = lg["commands"][command]
Expand Down

0 comments on commit 675ddfd

Please sign in to comment.