why did I do it like this..
This commit is contained in:
SpudGunMan
2024-08-21 18:04:54 -07:00
parent 47bd8d1d26
commit e8b82ca687
+1 -1
View File
@@ -648,7 +648,7 @@ async def watchdog():
if interface2 is not None and not retry_int2:
try:
with contextlib.redirect_stdout(None):
interface1.localNode.getMetadata()
interface2.localNode.getMetadata()
print(f"System: if you see this upgrade python to >3.4")
except Exception as e:
logger.error(f"System: communicating with interface2, trying to reconnect: {e}")