WebHost: retrieve PATCH_TARGET from config directly

This commit is contained in:
Fabian Dill
2021-11-16 21:38:34 +01:00
parent f4762cb3f2
commit 5d29184801
2 changed files with 1 additions and 3 deletions

View File

@@ -171,8 +171,6 @@ def hostRoom(room: UUID):
with db_session:
room.last_activity = datetime.utcnow() # will trigger a spinup, if it's not already running
room.server = app.config['PATCH_TARGET']
return render_template("hostRoom.html", room=room)