Update system.py

This commit is contained in:
SpudGunMan
2025-10-19 14:08:21 -07:00
parent e1476a44c6
commit c3f15390ea
-1
View File
@@ -1024,7 +1024,6 @@ def handleMultiPing(nodeID=0, deviceID=1):
# send the DM
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)):