mirror of
https://github.com/pyrogram/pyrogram
synced 2025-09-01 06:45:39 +00:00
Add missing await keyword (#898)
This commit is contained in:
@@ -258,4 +258,4 @@ class Auth:
|
|||||||
else:
|
else:
|
||||||
return auth_key
|
return auth_key
|
||||||
finally:
|
finally:
|
||||||
self.connection.close()
|
await self.connection.close()
|
||||||
|
Reference in New Issue
Block a user