-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
FightPandemics-Telegram/chatbot/app/handlers/view.py
Lines 36 to 41 in 156d659
| if isinstance(response, fpapi.Error): # TODO handle error better | |
| raise ConnectionError("Could not get user profile") | |
| user_info_view = views.UserProfile(response).display() | |
| update.effective_message.reply_text(text=user_info_view) | |