Update helpers.py

This commit is contained in:
Arc 2020-02-05 11:47:17 +00:00 committed by GitHub
parent a245621ab8
commit 79b2616642
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ class MegaEncoder(json.JSONEncoder):
for k in o.keys():
val[k] = o[k]
return val
return o
return obj
def megajson(obj):