add readme && update for stable

This commit is contained in:
2025-02-28 23:15:33 +03:00
parent 3392df2919
commit 2368b5df8c
7 changed files with 117 additions and 11 deletions
+2
View File
@@ -176,10 +176,12 @@ def show_result(message: types.Message):
message.chat.id,
open(image_path, "rb"),
caption=text,
show_caption_above_media=True,
)
else:
print("Image not found")
bot.send_message(message.chat.id, TestMessages.TEST_FINISH)
bot.send_message(message.chat.id, Messages.START_DATE)
return