mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-15 11:23:30 -07:00
WebHost: turn Room.timeout from a database column into a flask app config field
This commit is contained in:
@@ -38,6 +38,5 @@ def room_info(room_id: UUID) -> Dict[str, Any]:
|
||||
"players": get_players(room.seed),
|
||||
"last_port": room.last_port,
|
||||
"last_activity": room.last_activity,
|
||||
"timeout": room.timeout,
|
||||
"downloads": downloads,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user