This commit is contained in:
2023-07-10 23:34:28 +02:00
parent e33b439be0
commit f9ed0afbd4

View File

@@ -78,6 +78,7 @@ def writeLog(msg, svr="INFO"):
def check_router():
stats["uptime"] = uptime()
stats["version"] = VERSION
stats["status"] = "on"
cmnd = "crontab -l"
status, output = subprocess.getstatusoutput(cmnd)