mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-03 02:23:05 +00:00
Improve naming of apiserver variables
This commit is contained in:
@@ -35,9 +35,9 @@ class ApiServer(RPCHandler):
|
||||
_rpc: RPC
|
||||
# Backtesting type: Backtesting
|
||||
_bt = None
|
||||
_backtestdata = None
|
||||
_bt_data = None
|
||||
_bt_timerange = None
|
||||
_lastbacktestconfig: Dict[str, Any] = {}
|
||||
_bt_last_config: Dict[str, Any] = {}
|
||||
_has_rpc: bool = False
|
||||
_bgtask_running: bool = False
|
||||
_config: Dict[str, Any] = {}
|
||||
|
||||
Reference in New Issue
Block a user