Merge pull request #1558 from TehomCD/fix_session_at_sync

Fix at_sync update call to have right number of arguments.
This commit is contained in:
Griatch 2018-01-21 09:50:12 +01:00 committed by GitHub
commit c30de7a58d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -134,7 +134,7 @@ class Session(object):
"""
if self.account:
self.protocol_flags.update(self.account.attributes.get("_saved_protocol_flags"), {})
self.protocol_flags.update(self.account.attributes.get("_saved_protocol_flags") or {})
# access hooks