From c3f15390ea9a63eddb31df292ac0c67269c30aa9 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sun, 19 Oct 2025 14:08:21 -0700 Subject: [PATCH] Update system.py --- modules/system.py | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/system.py b/modules/system.py index 44cd900..6d56911 100644 --- a/modules/system.py +++ b/modules/system.py @@ -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)):