mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-26 20:06:17 +02:00
Update helpers.py
This commit is contained in:
@@ -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):
|
||||||
|
Reference in New Issue
Block a user