From e8b82ca687bfa9a77d71c00ef392eb0ed42b2789 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Wed, 21 Aug 2024 18:04:54 -0700 Subject: [PATCH] fixes why did I do it like this.. --- modules/system.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system.py b/modules/system.py index d3eaedf..4be047f 100644 --- a/modules/system.py +++ b/modules/system.py @@ -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}")