use TIMEOUT param

This commit is contained in:
Jaikinator
2024-01-26 16:21:47 +01:00
parent 483204efda
commit 41be3fdee2
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -57,7 +57,9 @@ def app(config : str = None, **kwargs):
timer = Thread(target=timer_thread, args=(gv.REQUEST_QUEUE,
gv.LAST_ACTIVE_TIME,
gv.LOADED_EVENT,
gv.RUNNING_EVENT), daemon=True)
gv.RUNNING_EVENT,
gv.TIMEOUT), daemon=True)
layout = config.get_layout()
timer.start()