Traceback (most recent call last):
File "server.py", line 24, in <module>
from credentials import account_sid, auth_token, number, movies
ImportError: cannot import name account_sid
pip install credentials is what i used to get this library down but that doesn't seem to fix it.
when trying to run the server, i get:
pip install credentials
is what i used to get this library down but that doesn't seem to fix it.