Update app.py
Browse files
app.py
CHANGED
|
@@ -151,6 +151,7 @@ def respond(
|
|
| 151 |
|
| 152 |
print("response:")
|
| 153 |
print(response)
|
|
|
|
| 154 |
print(game.update_status())
|
| 155 |
|
| 156 |
'''
|
|
|
|
| 151 |
|
| 152 |
print("response:")
|
| 153 |
print(response)
|
| 154 |
+
game.check_output_for_word(response)
|
| 155 |
print(game.update_status())
|
| 156 |
|
| 157 |
'''
|