renamed /hosted/ to /room/

remove no longer used options
allow loading of json data files from webhost when it gets run by gunicorn and similar
This commit is contained in:
Fabian Dill
2021-07-24 14:08:45 +02:00
parent af30d8b7cd
commit 78f565c706
3 changed files with 5 additions and 3 deletions

View File

@@ -210,8 +210,6 @@ def get_default_options() -> dict:
"spoiler": 2,
"glitch_triforce_room": 1,
"race": 0,
"log_output_path": "Output Logs",
"log_level": None,
"plando_options": "bosses",
}
}