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 b04b871 commit 43266ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion users.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def send_request(user_id, func_obj):
logger.debug(f'<== {user_id}|{data["svcId"]}|{data["patternUrl"]}|{t2}|{threading.currentThread().name}')

if (data["patternUrl"] == '/Service11/29'):
logger.debug(response)
logger.debug(response.content)

if response.status_code == 200:
if 'status' in response.json():
Expand Down

0 comments on commit 43266ea

Please sign in to comment.