aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2023-02-20 14:46:43 -0800
committerclarkzjw <[email protected]>2023-02-20 14:46:43 -0800
commitc4297fe628a1216b1ab32dd37a81c3cfe40fd3a5 (patch)
tree91aec4dc4be12f13b3beeeaf8dd9e20b6e1e9adc
parentfda33866814e95830466787ae9cea2e006386e85 (diff)
downloadswarm2fediverse-c4297fe628a1216b1ab32dd37a81c3cfe40fd3a5.tar.gz
add TODO
-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)