mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Update api_schemas.py
Fix api schema for cpu_pct float List.
This commit is contained in:
parent
992cef56e6
commit
f07eeddda0
|
@ -350,5 +350,5 @@ class BacktestResponse(BaseModel):
|
||||||
|
|
||||||
|
|
||||||
class SysInfo(BaseModel):
|
class SysInfo(BaseModel):
|
||||||
cpu_pct: float
|
cpu_pct: List[float]
|
||||||
ram_pct: float
|
ram_pct: float
|
||||||
|
|
Loading…
Reference in New Issue
Block a user