mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-27 12:23:25 -07: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