Browse Source

Update helpers.py

fee_issues
Arc 5 years ago
committed by GitHub
parent
commit
79b2616642
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lnbits/helpers.py

2
lnbits/helpers.py

@ -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…
Cancel
Save