diff --git a/app.py b/app.py index fdf2d03253db8edb92f09c6e6cc28a104419f6dd..29c99239490839cc499b40969a1a6523795e1232 100644 --- a/app.py +++ b/app.py @@ -45,7 +45,7 @@ def handleMessage(msg): ans = QAPair.query.filter_by(question = q[0]).first().answer send(ans, broadcast=False) else: - send("sorry, I don't understand the question", broadcast = False) + send("sorry, I don't understand what you're saying", broadcast = False) global last_msg diff --git a/qa.sqlite3 b/qa.sqlite3 index 3cd0e5c6fe5105c9d0d7d0c65082ff381a334774..6bf775475a44a1a8c072901a5e84d81ac916ecbe 100644 Binary files a/qa.sqlite3 and b/qa.sqlite3 differ