You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Needed to comment out "import requests" in get.py to allow it to run on Windows 10. Seems this import was added recently. Note current get.py generates the following error:
Traceback (most recent call last):
File "get.py", line 18, in
import requests
ImportError: No module named requests