mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-08 04:52:30 +00:00
Set client._authorized after log_out() (#765)
This commit is contained in:
@@ -494,6 +494,7 @@ class TelegramClient(TelegramBareClient):
|
||||
|
||||
self.disconnect()
|
||||
self.session.delete()
|
||||
self._authorized = False
|
||||
return True
|
||||
|
||||
def get_me(self, input_peer=False):
|
||||
|
Reference in New Issue
Block a user