diff --git a/holochecker.py b/holochecker.py index 74b68f9..199690a 100644 --- a/holochecker.py +++ b/holochecker.py @@ -55,7 +55,7 @@ if __name__ == "__main__": try: if path.exists(path.join(configGet("cache", "locations"), "shutdown_time")): - downtime = relativedelta(datetime.now(), datetime.fromtimestamp(jsonLoad(path.join(configGet("cache", "locations"), "shutdown_time")))) + downtime = relativedelta(datetime.now(), datetime.fromtimestamp(jsonLoad(path.join(configGet("cache", "locations"), "shutdown_time"))["timestamp"])) if downtime.days >= 1: app.send_message(configGet("owner"), locale("startup_downtime_days", "message").format(pid, downtime.days)) elif downtime.hours >= 1: