From 38b7464445f9189ac2ef634c5788b92de806151f Mon Sep 17 00:00:00 2001 From: Nicholas264 <22565232+Nicholas264@users.noreply.github.com> Date: Wed, 27 Sep 2023 13:58:57 -0700 Subject: [PATCH] More logging --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 8e4f6bf..0c1e28f 100755 --- a/main.py +++ b/main.py @@ -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]