This commit is contained in:
2023-05-08 10:14:28 +03:00
parent 7bca26e07c
commit 38d8674bbd
7 changed files with 18 additions and 18 deletions

View File

@@ -17,7 +17,7 @@ for file in os.listdir(self.path + "db/"):
break
if all_words_in:
self.RESPONCE = criteria["responce_text"]
self.RESPONSE = criteria["responce_text"]
responce_given = True
break