Skip to content

Commit 4dc8888

Browse files
fixed code-breaking bug
1 parent 275dcbe commit 4dc8888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def getInput(self):
131131
return "collection"
132132
else:
133133
raw_input("That wasn't an option! [ENTER TO CONTINUE]")
134-
self.getInput()
134+
self.dealWithInput()
135135

136136
if self.currentLocation == "docks":
137137

0 commit comments

Comments
 (0)