From 9c795e2a014938e34627f07fd72546ed17db47af Mon Sep 17 00:00:00 2001 From: Lucas Armand Date: Mon, 27 Oct 2025 17:03:13 -0700 Subject: [PATCH] removed bad code --- lib/backend.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/backend.py b/lib/backend.py index d2ac11c..8f0cae1 100644 --- a/lib/backend.py +++ b/lib/backend.py @@ -59,8 +59,6 @@ class Backend: ) log_actions: List[Tuple[LogAction, str]] max_wait_time: float = 10.0 - request_queue = asyncio.Queue() - worker_task = asyncio.create_task(_worker()) reqnum = -1 version = VERSION msg_history = []