diff --git a/modules/system.py b/modules/system.py index 9f18e93..cf5a1a1 100644 --- a/modules/system.py +++ b/modules/system.py @@ -565,7 +565,7 @@ async def watchdog(): enemySpotted += ", " + str(closest_nodes1[0]['id']) enemySpotted += ", " + decimal_to_hex(closest_nodes1[0]['id']) except Exception as e: - logger.error(f"System: Sentry Error: on interface 1 {e}") + pass if sentry_loop >= sentry_holdoff and lastSpotted != enemySpotted: logger.warning(f"System: {enemySpotted} is close to your location on Interface1")