kaas update

This commit is contained in:
ben
2026-08-03 17:54:35 +02:00
parent e4ae4bc9d5
commit ec762ebb5b
+9
View File
@@ -8,6 +8,8 @@ from rooms import create_room, search_room, accept_room
from permissions import has_role
from events import create_event, get_user_events, check_event_threshold
from event_signups import respond_to_event, count_confirmations
from fastapi import HTTPException
import sqlite3
from typing import Literal
@@ -305,3 +307,10 @@ def respond_event(
"status": "response_saved",
"going": count_confirmations(event_id)
}
print()
print("YOU CAN NOT START THE SERVER WITH PYTHON")
print("start with:")
print("$ bash start_server.sh")
print()