Rename Request.msg_id to request_msg_id to avoid name clash (fix #122)

This commit is contained in:
Lonami Exo
2017-06-18 10:01:59 +02:00
parent 765ae870cf
commit 8afb0a3f6b
2 changed files with 7 additions and 7 deletions

View File

@@ -5,7 +5,7 @@ class MTProtoRequest:
def __init__(self):
self.sent = False
self.msg_id = 0 # Long
self.request_msg_id = 0 # Long
self.sequence = 0
self.dirty = False