diff --git a/servers/scheduler.py b/servers/scheduler.py index 4b0d502..bceca81 100644 --- a/servers/scheduler.py +++ b/servers/scheduler.py @@ -94,8 +94,8 @@ def index(api_key, task_id): connection=WebModel.connection() # Get the task to execute. - executable='launcher.py' - + executable=os.path.realpath(os.path.dirname(__file__))+'/launcher.py' + print(executable) if api_key==config_task.api_key: