mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Set the password to None after successfully authorizing the user
This commit is contained in:
parent
5b7459cb71
commit
ee41955db0
1 changed files with 1 additions and 0 deletions
|
|
@ -125,6 +125,7 @@ class Client:
|
|||
print("\n".join(terms.splitlines()), "\n")
|
||||
|
||||
self.user_id = self.authorize()
|
||||
self.password = None
|
||||
self.save_session()
|
||||
|
||||
self.rnd_id = self.session.msg_id
|
||||
|
|
|
|||
Loading…
Reference in a new issue