Add bt-error to UI backtest method.

This commit is contained in:
Matthias
2023-02-22 20:22:59 +01:00
parent 63e5d33028
commit 659140e190
3 changed files with 19 additions and 2 deletions

View File

@@ -41,6 +41,7 @@ class ApiServer(RPCHandler):
'data': None,
'timerange': None,
'last_config': {},
'bt_error': None,
}
_has_rpc: bool = False
_bgtask_running: bool = False