mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Remove wrong Client.parse_mode assignment (#973)
This commit is contained in:
parent
4b6f29bb76
commit
045fe0bf21
1 changed files with 0 additions and 1 deletions
|
|
@ -257,7 +257,6 @@ class Client(Methods):
|
|||
self.rnd_id = MsgId
|
||||
|
||||
self.parser = Parser(self)
|
||||
self.parse_mode = enums.ParseMode.DEFAULT
|
||||
|
||||
self.session = None
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue