Not need to save (salt is out of DB)

This commit is contained in:
Andrey Egorov 2018-06-08 01:33:11 +03:00
parent 236fccea7f
commit f5a7a8da45

View File

@ -347,7 +347,6 @@ class MtProtoSender:
# Our salt is unsigned, but the objects work with signed salts
self.session.salt = bad_salt.new_server_salt
self.session.save()
# "the bad_server_salt response is received with the
# correct salt, and the message is to be re-sent with it"