This commit is contained in:
Nick
2019-10-29 09:16:11 -06:00
parent 7d4f7af659
commit b171c5b505
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ def play_cached_hospital():
if __name__ == '__main__':
play_constrained()
play_unconstrained()
+1 -1
View File
@@ -11,7 +11,7 @@ def get_context(key):
with open(YAML_FILE, 'r') as stream:
data_loaded = yaml.safe_load(stream)
return data_loaded["context"][key]
return data_loaded["contexts"][key]
def get_story_start(key):
with open(YAML_FILE, 'r') as stream: