mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-29 21:38:04 +00:00
Add missing await keyword (#898)
This commit is contained in:
parent
7fbb4d8997
commit
5d155b896c
@ -258,4 +258,4 @@ class Auth:
|
||||
else:
|
||||
return auth_key
|
||||
finally:
|
||||
self.connection.close()
|
||||
await self.connection.close()
|
||||
|
Loading…
x
Reference in New Issue
Block a user