mirror of
https://github.com/lnbits/lnbits.git
synced 2025-03-18 05:41:54 +01:00
Update helpers.py
This commit is contained in:
parent
a245621ab8
commit
79b2616642
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user