From 768898df644a612bc9f683f2e3943845b4013178 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Thu, 28 Nov 2024 21:38:37 -0800 Subject: [PATCH] Update system.py --- modules/system.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system.py b/modules/system.py index f87b59a..3dc7e65 100644 --- a/modules/system.py +++ b/modules/system.py @@ -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)):