From 80dc6c37c707e6e99003405488ec8484c571f564 Mon Sep 17 00:00:00 2001 From: ben Date: Mon, 17 Aug 2026 17:54:08 +0200 Subject: [PATCH] fixed bug --- backend/main.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/backend/main.py b/backend/main.py index 8c60bee..780fbfc 100644 --- a/backend/main.py +++ b/backend/main.py @@ -601,12 +601,6 @@ def delete_room( ) return delete_room_db(room_id) - -Aug 17 17:51:23 web14 uvicorn[15369]: NameError: name 'Query' is not defined -Aug 17 17:51:23 web14 systemd[1]: calendar-api.service: Main process exited, code=exited, status=1/FAILURE -Aug 17 17:51:23 web14 systemd[1]: calendar-api.service: Failed with result 'exit-code'. -ben@de-roo.org@web14:~/calendar$ - # events @app.get(