Fix in launcher variable
This commit is contained in:
parent
985b5c87b0
commit
e938aa81c0
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue