Fix in scheduler
This commit is contained in:
parent
e938aa81c0
commit
2bb28678ef
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ def index(api_key, task_id):
|
||||||
|
|
||||||
# Get the task to execute.
|
# Get the task to execute.
|
||||||
executable=os.path.realpath(os.path.dirname(__file__))+'/launcher.py'
|
executable=os.path.realpath(os.path.dirname(__file__))+'/launcher.py'
|
||||||
print(executable)
|
|
||||||
if api_key==config_task.api_key:
|
if api_key==config_task.api_key:
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue