fixed crowdsourced

This commit is contained in:
Nick
2019-11-30 07:12:39 -07:00
parent 8a5eca345c
commit e3a3b0ecca
3 changed files with 27 additions and 47 deletions
+1
View File
@@ -59,6 +59,7 @@ def get_stories(filename):
output_file_path = "text_adventures.txt"
with open(output_file_path, 'w') as output_file:
filenames = ["stories/story" + str(i) + ".json" for i in range(0,93)]
#filenames = []
for filename in filenames:
tree = load_tree(filename)
print('"' + tree["tree_id"] + '",')