mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-07 20:42:32 +00:00
Make sessions async
SQLiteSession is not updated, don't try to use it
This commit is contained in:
@@ -597,7 +597,7 @@ class AuthMethods:
|
||||
self._state_cache.reset()
|
||||
|
||||
await self.disconnect()
|
||||
self.session.delete()
|
||||
await self.session.delete()
|
||||
return True
|
||||
|
||||
async def edit_2fa(
|
||||
|
Reference in New Issue
Block a user