diff --git a/play.py b/play.py index dfef418..211efcd 100644 --- a/play.py +++ b/play.py @@ -75,7 +75,7 @@ def play_aidungeon_2(): story_manager = UnconstrainedStoryManager(generator) print("\n") - with open('opening.txt', 'r') as file: + with open('opening.txt', 'r', encoding='utf-8') as file: starter = file.read() print(starter)