mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-06 17:03:04 +02:00
Update mesh_bot.py
This commit is contained in:
+1
-1
@@ -1028,7 +1028,7 @@ async def start_rx():
|
||||
if bbs_enabled:
|
||||
logger.debug(f"System: BBS Enabled, {bbsdb} has {len(bbs_messages)} messages. Direct Mail Messages waiting: {(len(bbs_dm) - 1)}")
|
||||
if bbs_link_enabled:
|
||||
if bbs_link_whitelsit() is not None:
|
||||
if len(bbs_link_whitelsit()) > 0:
|
||||
logger.debug(f"System: BBS Link Enabled with {len(bbs_link_whitelsit())} peers")
|
||||
else:
|
||||
logger.debug(f"System: BBS Link Enabled allowing all")
|
||||
|
||||
Reference in New Issue
Block a user