Update system.py

https://github.com/SpudGunMan/meshing-around/issues/154
This commit is contained in:
SpudGunMan
2025-06-08 20:32:28 -07:00
parent 5e34537af7
commit 5ab0001f2b
+1 -1
View File
@@ -1102,7 +1102,7 @@ async def handleFileWatcher():
# if fileWatchBroadcastCh list contains multiple channels, broadcast to all
if type(file_monitor_broadcastCh) is list:
for ch in file_monitor_broadcastCh:
if antiSpam and ch != publicChannel:
if antiSpam and int(ch) != publicChannel:
send_message(msg, int(ch), 0, 1)
time.sleep(responseDelay)
if multiple_interface: