added ping uptime test
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import os
|
||||
|
||||
DB_PATH = os.getenv("DB_PATH") or "speedtest.db"
|
||||
PING_INTERVAL = int(os.getenv("PING_INTERVAL", "5"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user