From ee125daa0b6ce6fcfaad74e1aab58d0782d53f28 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Wed, 16 Dec 2020 09:20:39 -0500 Subject: [PATCH] test --- fHDHR/cli/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: