Skip to content

Commit 637d6b4

Browse files
authored
fix bot.py
1 parent 3d78a2e commit 637d6b4

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 += "Not Found
41+
response_message += "Not Found"
4242

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

0 commit comments

Comments
 (0)