allow_none is always on for us
This commit is contained in:
parent
bce7c414ae
commit
1604610248
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ def dumps(params, methodname=None, methodresponse=None, encoding=None,
|
|||
if marshaller is not None:
|
||||
m = marshaller(encoding)
|
||||
else:
|
||||
m = ExtendedMarshaller(encoding, allow_none)
|
||||
m = ExtendedMarshaller(encoding)
|
||||
|
||||
data = m.dumps(params)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue