Don't print DB responses

This commit is contained in:
2022-09-12 08:43:29 +01:00
parent f160f4cb27
commit 0c60413e5b

View File

@@ -90,7 +90,7 @@ def run_query(client, user, search_query):
if "error" in response and len(response.keys()) == 1:
return response
# response = response.to_dict()
print("RESP", response)
#print("RESP", response)
if "took" in response:
if response["took"] is None:
return None