Update mesh_bot.py

This commit is contained in:
SpudGunMan
2024-07-31 23:52:26 -07:00
parent e83b5bda86
commit b18abd2cc2
+1 -1
View File
@@ -310,7 +310,7 @@ def onReceive(packet, interface):
async def start_rx():
print ("\nMeshtastic Autoresponder Bot CTL+C to exit\n")
if bbs_enabled:
print(f"System: BBS Enabled, {bbsdb} has {bbs_messages.count} messages. Direct Mail Messages waiting: {bbs_dm.count}")
print(f"System: BBS Enabled, {bbsdb} has {len(bbs_messages)} messages. Direct Mail Messages waiting: {len(bbs_dm)}")
if solar_conditions_enabled:
print(f"System: Celestial Telemetry Enabled")
if location_enabled: