Don't print DB responses

master
Mark Veidemanis 2 years ago
parent f160f4cb27
commit 0c60413e5b
Signed by: m
GPG Key ID: 5ACFCEED46C0904F

@ -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

Loading…
Cancel
Save