-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
FightPandemics-Telegram/chatbot/app/handlers/post_utils.py
Lines 112 to 117 in 156d659
| # TODO we should lookup the location | |
| # probably using the function chatbot.app.fp_api_manager.get_user_location | |
| # until this is done, return None for now | |
| return None | |
| elif message.text: | |
| logging.warning("Location from text message not yet implemented") |