Nick Barth
Results
1
issues of
Nick Barth
The Twilio exception class was moved in the latest version of their Python package. https://github.com/twilio/twilio-python/blob/2d87f002d78d5c177eed8e0b8a8226fe2a5c2e1a/README.md#handling-exceptions > ```from twilio.base.exceptions import TwilioRestException``` Without it you get an import error: ``` File "/home/nick/.local/share/virtualenvs/app-4PlAip0Q/lib/python3.6/site-packages/deux/notifications.py",...