Frontend page kinda wokrking

Websockets need to be added
This commit is contained in:
ben
2022-09-26 23:06:41 +01:00
parent f747091257
commit dc5ae91bb2
2 changed files with 44 additions and 49 deletions
+1 -1
View File
@@ -160,6 +160,6 @@ async def api_gerty_json(
if r:
ln.append(r.json())
return {"wallets":wallets, "sats_quote":satoshi, "exchange":exchange, "onchain":onchain, "ln":ln}
return {"name":gerty.name, "wallets":wallets, "sats_quote":satoshi, "exchange":exchange, "onchain":onchain, "ln":ln}