diff --git a/fHDHR/cli/run.py b/fHDHR/cli/run.py index 2a971cf..eb657c8 100644 --- a/fHDHR/cli/run.py +++ b/fHDHR/cli/run.py @@ -74,7 +74,7 @@ def run(settings, logger, db, script_dir, fHDHR_web, origin, alternative_epg): # Hit EPG Update API URL without waiting fhdhr.logger.info("Waiting 3 seconds to send startup tasks trigger.") time.sleep(3) - fhdhrweb.client.get("/api/startup_tasks") + fhdhr.api.client.get("/api/startup_tasks") # wait forever while True: