From 270d631a2428b749622027fd776f5e9d05ced38f Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Wed, 16 Dec 2020 09:20:59 -0500 Subject: [PATCH] test --- fHDHR/cli/run.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fHDHR/cli/run.py b/fHDHR/cli/run.py index eb657c8..54c5e8c 100644 --- a/fHDHR/cli/run.py +++ b/fHDHR/cli/run.py @@ -70,8 +70,7 @@ def run(settings, logger, db, script_dir, fHDHR_web, origin, alternative_epg): if settings.dict["main"]["thread_method"] in ["multiprocessing", "threading"]: fhdhr_epg.start() - # Perform some actions now that HTTP Server is running, but don't wait for response - # Hit EPG Update API URL without waiting + # Perform some actions now that HTTP Server is running fhdhr.logger.info("Waiting 3 seconds to send startup tasks trigger.") time.sleep(3) fhdhr.api.client.get("/api/startup_tasks")