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...")