Update system.py

This commit is contained in:
SpudGunMan
2024-11-28 21:38:37 -08:00
parent cf282e04bb
commit 768898df64
+1 -1
View File
@@ -625,7 +625,7 @@ def handleMultiPing(nodeID=0, deviceID=1):
count -= 1
send_message(f"🔂{count} {type}", channel_number, message_id_from, deviceID, bypassChuncking=True)
time.sleep(responseDelay + 1)
if count < 2:
# remove the item from the list
for j in range(len(multiPingList)):