Resolve merge conflicts
This commit is contained in:
commit
43bf2da79c
5 changed files with 24 additions and 7 deletions
|
|
@ -241,4 +241,5 @@ class AMPServerClientProtocol(amp.AMPMultiConnectionProtocol):
|
|||
|
||||
else:
|
||||
raise Exception("operation %(op)s not recognized." % {'op': operation})
|
||||
|
||||
return {}
|
||||
|
|
|
|||
|
|
@ -135,7 +135,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", None) or {})
|
||||
|
||||
# access hooks
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue