Creates logs when services are pinged

This commit is contained in:
2025-09-03 17:11:02 +02:00
parent dea5278731
commit 5a7aa44d6c
3 changed files with 11 additions and 12 deletions

1
app.py
View File

@@ -49,7 +49,6 @@ def favicon():
# Only run if directly running file
if __name__ == "__main__":
t = threading.Thread(target=start_async_loop, daemon=True)
t.start()