Skip to content

Commit 896ad59

Browse files
authored
update not found response message
1 parent 67ce053 commit 896ad59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ async def find(update: Update, context: ContextTypes.DEFAULT_TYPE) -> None:
3838
response_message += f"{row[name_column - 1].value} : {row[links_column - 1].value}"
3939

4040
if response_message == '':
41-
response_message += "Не найдено совпадений по ключевому слову или Ten-code. Попробуйте еще раз"
41+
response_message += "Not Found"
4242

4343
logging.info("Successfull send message to Telegram Bot!")
4444

0 commit comments

Comments
 (0)