diff --git a/backend/src/room.py b/backend/src/room.py index 6332fd0..51b96e2 100644 --- a/backend/src/room.py +++ b/backend/src/room.py @@ -20,7 +20,6 @@ class Room: name: str pin: int | None tags: set[str] - creative: bool songs: dict[str, UserScoredSong] history: list[Song]