diff --git a/main.py b/main.py index ba07c41..2e099d8 100644 --- a/main.py +++ b/main.py @@ -185,6 +185,8 @@ def queue_processor(): break del message_queue[0] + + time.sleep(0.1) else: if STOP_REQUESTED: break