Update __init__.py

This commit is contained in:
Mr Chen 2024-12-10 03:23:19 +08:00
parent 5dcf932a81
commit 1bf02abc1d
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ def list():
@blueprint.route('/get_exec_log', endpoint='get_exec_log', methods=['POST'])
@panel_login_required
def get_exec_log():
file = mw.getPanelTaskLog()
file = mw.getPanelTaskExecLog()
return mw.getLastLine(file, 100)