added ping uptime test

This commit is contained in:
2026-07-09 19:05:59 +02:00
parent 90df6ad45f
commit 19fec18cf7
7 changed files with 1138 additions and 1116 deletions

View File

@@ -1,4 +1,5 @@
import os
DB_PATH = os.getenv("DB_PATH") or "speedtest.db"
PING_INTERVAL = int(os.getenv("PING_INTERVAL", "5"))