thadunge2 / AIDungeon

Other
51 stars 32 forks source link

I keep getting a syntax error, yet I don't know why #74

Closed Phonics11 closed 4 years ago

Phonics11 commented 4 years ago

The error reads

Traceback (most recent call last): File "play.py", line 9, in from story.story_manager import * File "/content/gdrive/My Drive/AIDungeon/story/story_manager.py", line 191 try: ^ SyntaxError: invalid syntax

Is there a way I can fix this? The fork used to work for me.

machiavel23 commented 4 years ago

there's a missing ) at the end of that line, the fiw is available in the thread until thadunge merges it

marktaiwan commented 4 years ago

This should be fixed by #70

thadunge2 commented 4 years ago

Fixed by #70