aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bot.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/bot.py b/bot.py
index 467c37e..088eb0c 100644
--- a/bot.py
+++ b/bot.py
@@ -66,6 +66,9 @@ async def button(update: Update, context: ContextTypes.DEFAULT_TYPE) -> None:
66 query = update.callback_query 66 query = update.callback_query
67 67
68 await query.answer() 68 await query.answer()
69 # TODO
70 # ask user whether they would like to attach their own photos
71
69 poi = get_loc(query.data) 72 poi = get_loc(query.data)
70 photo_url = get_poi_top_photo(query.data) 73 photo_url = get_poi_top_photo(query.data)
71 media_id = None 74 media_id = None
Powered by cgit v1.2.3 (git 2.41.0)