Update helpers.py
This commit is contained in:
parent
a245621ab8
commit
79b2616642
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ class MegaEncoder(json.JSONEncoder):
|
||||||
for k in o.keys():
|
for k in o.keys():
|
||||||
val[k] = o[k]
|
val[k] = o[k]
|
||||||
return val
|
return val
|
||||||
return o
|
return obj
|
||||||
|
|
||||||
|
|
||||||
def megajson(obj):
|
def megajson(obj):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue