mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-28 18:00:23 +00:00
feat: return progressTasks in API
This commit is contained in:
@@ -39,5 +39,6 @@ def background_job(jobid: str):
|
||||
"status": job["status"],
|
||||
"running": job["is_running"],
|
||||
"progress": job.get("progress"),
|
||||
"progress_tasks": job.get("progress_tasks"),
|
||||
"error": job.get("error", None),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user