Allow metadata file updating

This commit is contained in:
Matthias
2023-07-31 21:16:25 +02:00
parent 2f95c44777
commit 78972604d0
3 changed files with 47 additions and 5 deletions

View File

@@ -529,6 +529,11 @@ class BacktestHistoryEntry(BaseModel):
notes: Optional[str] = ''
class BacktestMetadataUpdate(BaseModel):
strategy: str
notes: Optional[str]
class SysInfo(BaseModel):
cpu_pct: List[float]
ram_pct: float