Saved prototype comments in code
This commit is contained in:
@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user