text fixes

This commit is contained in:
Fabian Dill
2020-06-21 16:13:42 +02:00
parent 033b139141
commit 5b72fd4e36
2 changed files with 1 additions and 5 deletions

View File

@@ -23,10 +23,6 @@ class Room(db.Entity):
last_port = Optional(int, default=lambda: 0)
class Seed(db.Entity):
id = PrimaryKey(int, auto=True)
rooms = Set(Room)