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:
commit
8abc4b1841
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ class Session(object):
|
||||||
|
|
||||||
"""
|
"""
|
||||||
if self.account:
|
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
|
# access hooks
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue