Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

client not defined? #31

Open
cmjames82 opened this issue Dec 22, 2020 · 0 comments
Open

client not defined? #31

cmjames82 opened this issue Dec 22, 2020 · 0 comments

Comments

@cmjames82
Copy link

C:\Nvidia-Notify-master>python notifier.py test
Enabling Selenium... Done!
Running on Windows
BestBuy 3080 IN STOCK
https://www.bestbuy.com/site/searchpage.jsp?st=3080
Starting search 0 at 13:54:03
Checking BestBuy 3080...
BestBuy 3080 IN STOCK
https://www.bestbuy.com/site/searchpage.jsp?st=3080
Traceback (most recent call last):
File "C:\Nvidia-Notify-master\notifier.py", line 214, in
main()
File "C:\Nvidia-Notify-master\notifier.py", line 204, in main
alert(site)
File "C:\Nvidia-Notify-master\notifier.py", line 85, in alert
sms_notification(site.get('url'))
File "C:\Nvidia-Notify-master\notifier.py", line 110, in sms_notification
client.messages.create(to=TWILIO_TO_NUM, from_=TWILIO_FROM_NUM, body=url)
NameError: name 'client' is not defined

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant