From e7a714d0179cdb1ee3836f9ef63968f6e0a15c27 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Fri, 2 Aug 2024 01:45:00 -0700 Subject: [PATCH] Update system.py --- modules/system.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system.py b/modules/system.py index 7819905..aed472a 100644 --- a/modules/system.py +++ b/modules/system.py @@ -389,7 +389,7 @@ async def handleSignalWatcher(): async def retry_interface(nodeID=1): global interface1, interface2, retry_int1, retry_int2, retryCount - retryCount += 1 + retryCount = 1 if retryCount is None else retryCount +1 # add a check to see if the interface is already open or trying to open if nodeID==1: if interface1 is not None: