fix serialization
This commit is contained in:
parent
01080589ca
commit
037f00a05a
@ -1529,8 +1529,8 @@ class Publish(Message):
|
|||||||
options[u'exclude'] = self.exclude
|
options[u'exclude'] = self.exclude
|
||||||
if self.exclude_authid is not None:
|
if self.exclude_authid is not None:
|
||||||
options[u'exclude_authid'] = self.exclude_authid
|
options[u'exclude_authid'] = self.exclude_authid
|
||||||
if self.eligible_authrole is not None:
|
if self.exclude_authrole is not None:
|
||||||
options[u'eligible_authrole'] = self.eligible_authrole
|
options[u'exclude_authrole'] = self.exclude_authrole
|
||||||
if self.eligible is not None:
|
if self.eligible is not None:
|
||||||
options[u'eligible'] = self.eligible
|
options[u'eligible'] = self.eligible
|
||||||
if self.eligible_authid is not None:
|
if self.eligible_authid is not None:
|
||||||
|
Loading…
Reference in New Issue
Block a user