From 8d7bf71747a10cc741002eac159427269ca321e8 Mon Sep 17 00:00:00 2001 From: absurdo Date: Fri, 2 Jun 2023 00:58:50 +0200 Subject: [PATCH] Fixes in dashboard --- admin/dashboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/dashboard.py b/admin/dashboard.py index cb5dc07..9e164f1 100644 --- a/admin/dashboard.py +++ b/admin/dashboard.py @@ -605,7 +605,7 @@ def pastafari2_make_task(): ssh_key_priv='./ssh/id_rsa' - if not task.run_task(server_host, path_task, task_first.name_task, task_first.codename_task, task_first.description_task, user=user, password='', where_sql_server=where_sql, ssh_key_priv=ssh_key_priv, url=task_firs.url_return, data=data, send_task=True): + if not task.run_task(server_host, path_task, task_first.name_task, task_first.codename_task, task_first.description_task, user=user, password='', where_sql_server=where_sql, ssh_key_priv=ssh_key_priv, url=task_first.url_return, data=data, send_task=True): error=1 error_form['#server_host_error']=I18n.lang('pastafari2', 'error_exec_task', 'Error: cannot execute the task')