2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-30 05:48:14 +00:00

Add missing await keyword (#898)

This commit is contained in:
Stark Programmer 2022-02-10 06:52:43 +05:30 committed by GitHub
parent 7fbb4d8997
commit 5d155b896c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -258,4 +258,4 @@ class Auth:
else:
return auth_key
finally:
self.connection.close()
await self.connection.close()