We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 727fcd9 commit 2aad3eaCopy full SHA for 2aad3ea
LDT.py
@@ -272,8 +272,7 @@ def handle_response(response, requestID):
272
log.info(f"{requestID}:\tResponse recieved in {response.elapsed.total_seconds():.3f} seconds.")
273
apiReturn = response.json()
274
staffID = apiReturn["staff_number"]
275
-
276
- print(apiReturn)
+ #print(apiReturn)
277
278
if args.respond: # Print output if asked
279
text_back(apiReturn)
0 commit comments