daemon: Remove unnecessary pass.

This commit is contained in:
Damir Jelić 2019-06-19 11:56:32 +02:00
parent 92267f9fc9
commit 773b708f14

View File

@ -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)