Update system.py

This commit is contained in:
SpudGunMan
2024-08-02 01:45:00 -07:00
parent e843582e31
commit e7a714d017
+1 -1
View File
@@ -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: