mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-02-17 03:51:05 +03:00
Set client._authorized after log_out() (#765)
This commit is contained in:
parent
ace715e059
commit
0017ce30e6
|
@ -494,6 +494,7 @@ class TelegramClient(TelegramBareClient):
|
|||
|
||||
self.disconnect()
|
||||
self.session.delete()
|
||||
self._authorized = False
|
||||
return True
|
||||
|
||||
def get_me(self, input_peer=False):
|
||||
|
|
Loading…
Reference in New Issue
Block a user