diff --git a/modules/system.py b/modules/system.py index 47f9a75..b284335 100644 --- a/modules/system.py +++ b/modules/system.py @@ -612,7 +612,7 @@ def handleMultiPing(nodeID=0, deviceID=1): # use the type for a string of random data divided by MAXBUFFER and count for the length of the string type = ''.join(random.choice(['0', '1']) for i in range(int(maxBuffer / count))) count = len(type + "🔂 ") - if count > 99: + if count < 99: # why? because the count likes to count, and it counts the count count = count - 1