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 43266ea commit 4bb12e1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions users.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ def send_request(user_id, func_obj):
t2 = datetime.datetime.now().timestamp() * 1000 # ms
logger.debug(f'<== {user_id}|{data["svcId"]}|{data["patternUrl"]}|{t2}|{threading.currentThread().name}')

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

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

0 comments on commit 4bb12e1

Please sign in to comment.