Correct Docker Compose

This commit is contained in:
Lucas Mathews
2024-06-15 13:12:25 +02:00
parent c79f54eda7
commit a1d326c018
6 changed files with 15 additions and 12 deletions

View File

@@ -41,8 +41,7 @@ def API():
################
if __name__ == "__main__":
# Create a thread that will run the run_schedule function in the background
log_event("Starting API...")
log_event("Starting API...") # Create a thread that will run the run_schedule function in the background
scheduler = CONFIG["server"]["scheduler"]
scheduler = False if scheduler.lower() == 'false' else True
if scheduler: