From 7b8779fc4857587587daddefd7b3d412a9334671 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Thu, 8 Aug 2024 01:58:39 -0700 Subject: [PATCH] Update system.py --- modules/system.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/system.py b/modules/system.py index 68c927a..9f18e93 100644 --- a/modules/system.py +++ b/modules/system.py @@ -539,6 +539,8 @@ def suppress_stdout(): async def watchdog(): global retry_int1, retry_int2 + sentry_loop = 0 + lastSpotted = "" # watchdog for connection to the interface while True: await asyncio.sleep(20)