Rip out unsafe yaml loading.

This commit is contained in:
CaitSith2
2021-03-05 11:32:24 -08:00
parent d0d995b3a4
commit d09a03aace
4 changed files with 9 additions and 15 deletions

View File

@@ -214,7 +214,6 @@ def get_default_options() -> dict:
"weights_file_path": "weights.yaml",
"meta_file_path": "meta.yaml",
"pre_roll": False,
"use_pre_rolled": False,
"player_name": "",
"create_spoiler": 1,
"zip_roms": 0,