Skip to content

Commit ebfb110

Browse files
fix code style main.py
1 parent 154916a commit ebfb110

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bot/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ def get_text_from_image(path):
2121
logging.info("image opened")
2222
return pytesseract.image_to_string(img, lang="rus+eng", timeout=30)
2323

24+
2425
def echo_photo(update: Update, context: CallbackContext) -> None:
2526
print(update.message.photo)
2627
lst = update.message.photo

0 commit comments

Comments
 (0)