Fix in launcher variable

This commit is contained in:
Antonio de la Rosa 2025-08-31 00:16:07 +02:00
parent 985b5c87b0
commit e938aa81c0

View file

@ -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: