Saved prototype comments in code

This commit is contained in:
2025-07-31 16:49:44 +03:00
parent f53783efd3
commit 4094312c37

View File

@ -46,5 +46,6 @@ def downloadForAll(currentDay):
for id in range(1, max_id + 1): for id in range(1, max_id + 1):
chat_id = DBwork.get_chat_id(id, cur) chat_id = DBwork.get_chat_id(id, cur)
image_URL = getDownloadURL(currentDay) image_URL = getDownloadURL(currentDay)
# await bot.send_photo(chat_id = chat_id, photo = image_URL
DBwork.close_connection(conn, cur) DBwork.close_connection(conn, cur)