mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-05-08 14:24:28 +02:00
Update system.py
This commit is contained in:
+1
-1
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user