Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SeptemberHX committed Mar 22, 2022
1 parent 10ce2be commit 5715b09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions users.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def send_request(user_id, func_obj):
logger.debug(f'<== {user_id}|{data["svcId"]}|{data["patternUrl"]}|{t2}')

if response.status_code == 200:
logger.debug(response.json().keys())
status = response.json()['status']
logger.debug(f'{user_id}|{data["svcId"]}|{data["patternUrl"]}|{status}|{t2 - t1}')
else:
Expand Down

0 comments on commit 5715b09

Please sign in to comment.