Skip to content

Commit c9b81b1

Browse files
committed
ex42
修复bug
1 parent 704962b commit c9b81b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lihoufeng/ex42_rewrite_41.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def play(self):
1818
while True:
1919
print "\n---------"
2020
room = getattr(self, next)
21-
mext = room()
21+
next = room()
2222

2323

2424
def death(self):

0 commit comments

Comments
 (0)