mirror of
https://github.com/fusion44/blitz_api.git
synced 2026-08-13 11:52:45 +02:00
fix: disable fetching app status during warmup
On native Linux this was causing the API to ask for root password refs #143
This commit is contained in:
parent
6098c70eee
commit
4408a6a58c
1 changed files with 2 additions and 2 deletions
|
|
@ -34,7 +34,7 @@ async def get_full_client_warmup_data() -> List:
|
|||
get_ln_info_lite(),
|
||||
get_fee_revenue(),
|
||||
get_wallet_balance(),
|
||||
get_app_status(),
|
||||
# get_app_status(),
|
||||
get_hardware_info(),
|
||||
]
|
||||
)
|
||||
|
|
@ -48,7 +48,7 @@ async def get_full_client_warmup_data_bitcoinonly() -> List:
|
|||
*[
|
||||
get_system_info(),
|
||||
get_btc_info(),
|
||||
get_app_status(),
|
||||
# get_app_status(),
|
||||
get_hardware_info(),
|
||||
]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue