From 2392d21e1792ca9509fd02ef271f841442239c71 Mon Sep 17 00:00:00 2001 From: ramforth Date: Tue, 18 Nov 2025 00:39:41 +0100 Subject: [PATCH] Small correction in main.py --- main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/main.py b/main.py index 9d3cadd..afda46c 100644 --- a/main.py +++ b/main.py @@ -24,7 +24,6 @@ BASE_DIR = os.path.dirname(os.path.abspath(__file__)) STATIC_DIR = os.path.join(BASE_DIR, "static") TEMPLATES_DIR = os.path.join(BASE_DIR, "templates") -@asynccontextmanager async def background_listener_startup(app: FastAPI): """A non-blocking task to start listeners after the app has started.""" print("Background task: Starting listeners for all users...")