From 66c0931ce695d66c0ac58140557d300bb5644853 Mon Sep 17 00:00:00 2001 From: 2000-Trek Date: Fri, 9 Jun 2023 19:11:45 +0200 Subject: [PATCH] delete user out of queue after timeout --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index df5588e..b742a3f 100644 --- a/main.py +++ b/main.py @@ -104,6 +104,7 @@ def request_addtag(data): i += 1 if i > 20: socketio.emit("error", "timeout") + notimportant = users.get() break else: finished = None