Skip to content

Commit

Permalink
Merge pull request #164 from fusion44/enable-apps
Browse files Browse the repository at this point in the history
fix warmup data
  • Loading branch information
cstenglein authored Oct 25, 2022
2 parents d6c141c + 5354b7b commit 1fc64c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,8 @@ async def warmup_new_connections():
_send_sse_event(id, SSE.LN_INFO_LITE, res[3].dict()),
_send_sse_event(id, SSE.LN_FEE_REVENUE, res[4]),
_send_sse_event(id, SSE.WALLET_BALANCE, res[5].dict()),
_send_sse_event(id, SSE.HARDWARE_INFO, res[6]),
_send_sse_event(id, SSE.INSTALLED_APP_STATUS, res[6]),
_send_sse_event(id, SSE.HARDWARE_INFO, res[7]),
]
)

Expand Down

0 comments on commit 1fc64c2

Please sign in to comment.