This commit is contained in:
deathbybandaid 2020-12-16 09:20:39 -05:00
parent 8492333842
commit ee125daa0b

View File

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