mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-02 10:33:22 -07:00
WebHost: turn Room.timeout from a database column into a flask app config field
This commit is contained in:
@@ -16,7 +16,6 @@ def get_rooms():
|
||||
"creation_time": room.creation_time,
|
||||
"last_activity": room.last_activity,
|
||||
"last_port": room.last_port,
|
||||
"timeout": room.timeout,
|
||||
"tracker": to_url(room.tracker),
|
||||
})
|
||||
return jsonify(response)
|
||||
|
||||
Reference in New Issue
Block a user