mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2024-10-01 03:35:38 -04: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