pyproject-build
This commit is contained in:
@@ -47,7 +47,7 @@ async def check_auth(req):
|
||||
is_authenticated = user_id is not None
|
||||
return is_authenticated, user_id
|
||||
except Exception as e:
|
||||
print(f"response contains no proper data: {r}")
|
||||
print(f"{e}: {r}")
|
||||
return False, None
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user