webapp loop
Build and Deploy / build (push) Successful in 22s
Build and Deploy / deploy (push) Successful in 24s

This commit is contained in:
2026-05-26 20:29:17 +02:00
parent cb12149895
commit 4f4660883f
2 changed files with 20 additions and 5 deletions
+1
View File
@@ -121,6 +121,7 @@ def main() -> int:
#
# watcher.start()
# watcher.wait() # blocks until stop() is called via a signal
web_app.wait() # keep process alive while the watcher is disabled
return 0