2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-28 12:57:52 +00:00

Remove wrong Client.parse_mode assignment (#973)

This commit is contained in:
Hitalo 2022-04-27 04:13:47 -03:00 committed by GitHub
parent 4b6f29bb76
commit 045fe0bf21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -257,7 +257,6 @@ class Client(Methods):
self.rnd_id = MsgId
self.parser = Parser(self)
self.parse_mode = enums.ParseMode.DEFAULT
self.session = None