test
This commit is contained in:
parent
ee125daa0b
commit
270d631a24
@ -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"]:
|
if settings.dict["main"]["thread_method"] in ["multiprocessing", "threading"]:
|
||||||
fhdhr_epg.start()
|
fhdhr_epg.start()
|
||||||
|
|
||||||
# Perform some actions now that HTTP Server is running, but don't wait for response
|
# Perform some actions now that HTTP Server is running
|
||||||
# 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)
|
||||||
fhdhr.api.client.get("/api/startup_tasks")
|
fhdhr.api.client.get("/api/startup_tasks")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user