mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-01-05 21:01:08 -05:00
daemon: Remove unnecessary pass.
This commit is contained in:
parent
92267f9fc9
commit
773b708f14
@ -600,7 +600,6 @@ class ProxyDaemon:
|
||||
json_response = await response.json()
|
||||
except (JSONDecodeError, ContentTypeError):
|
||||
json_response = None
|
||||
pass
|
||||
|
||||
if response.status == 200 and json_response:
|
||||
user_id = json_response.get("user_id", None)
|
||||
|
Loading…
Reference in New Issue
Block a user