mirror of
https://github.com/wassname/Clover-Edition.git
synced 2026-09-09 11:13:26 +08:00
update
This commit is contained in:
@@ -33,7 +33,7 @@ def get_stories(filename):
|
||||
|
||||
output_file_path = "text_adventures.txt"
|
||||
with open(output_file_path, 'w') as output_file:
|
||||
filenames = ["story0.json"]
|
||||
filenames = ["story" + str(i) + ".json" for i in range(1,20)]
|
||||
stories = []
|
||||
for filename in filenames:
|
||||
stories += get_stories(filename)
|
||||
|
||||
Reference in New Issue
Block a user