Getting this error after trying run the latest code push from the git repo
yo@supfoo ~/other/TekDefense-Automater $ python Automater.py 4.4.4.4
Traceback (most recent call last):
File "Automater.py", line 40, in <module>
from siteinfo import SiteFacade, Site
File "/home/yo/other/TekDefense-Automater/siteinfo.py", line 40, in <module>
requests.packages.urllib3.disable_warnings()
AttributeError: 'module' object has no attribute 'packages'
yo@supfoo ~/other/TekDefense-Automater $
Getting this error after trying run the latest code push from the git repo