return "i didn't understand" when intent isn't recognized

This commit is contained in:
Mathieu B 2021-08-01 18:26:11 +02:00
parent 8e2dfe1ad5
commit bac0ce84a3

View File

@ -124,4 +124,5 @@ def recognise(sentence, client_ip=None, client_port=None):
else:
pass
# print("No match... (Padatious)")
print()
return "I didn't understrand..."