Closed mmohades closed 5 years ago
hi @mmohades. I think you may have accidentally added that variable to the response.py file. Notice that the file in the repo looks like your proposed solution https://github.com/treethought/flask-assistant/blob/9331b9796644dfa987bcd97a13e78e9ab62923d3/flask_assistant/response.py#L148
@treethought You’re right! I'm pretty sure that I didn't modify the file myself, but it has to be with my code/computer not the library. I don't know how did that code get there! =)) Thank you for clarifying.
no problem!
This is my code for creating a card:
However, I received the following error, and the problem is with creating the link.
The simple fix is changing the flask_assistant code. Open
flask_assistant/response.py
Look for (probably line 147):and change it to this:
It should work then.