Update __init__.py

This commit is contained in:
Mr Chen 2024-12-02 22:09:34 +08:00
parent 897e236719
commit 35ce2abae6
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ def get_task_speed():
data['msg'] = mw.getLastLine(task_logfile, 10)
data['isDownload'] = False
data['count'] = count
data['task'] = thisdb.getTaskRunList(1,6)
return data