mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-01 09:33:05 +00:00
Fix issues with sysinfo rpc/API code, add SysInfo api_schema
This commit is contained in:
@@ -347,3 +347,7 @@ class BacktestResponse(BaseModel):
|
||||
trade_count: Optional[float]
|
||||
# TODO: Properly type backtestresult...
|
||||
backtest_result: Optional[Dict[str, Any]]
|
||||
|
||||
class SysInfo(BaseModel):
|
||||
cpu_pct: float
|
||||
ram_pct: float
|
||||
|
||||
Reference in New Issue
Block a user