mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
text fixes
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user