Fix in scheduler

This commit is contained in:
Antonio de la Rosa 2025-08-31 00:35:05 +02:00
parent e938aa81c0
commit 2bb28678ef

View file

@ -95,7 +95,7 @@ def index(api_key, task_id):
# Get the task to execute.
executable=os.path.realpath(os.path.dirname(__file__))+'/launcher.py'
print(executable)
if api_key==config_task.api_key: