Fix update call to have right number of arguments.

This commit is contained in:
Tehom 2018-01-20 21:49:17 -05:00
parent a45372e814
commit 080f3ba6e5

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