Closed twofund closed 2 years ago
Hi @twofund you are tyring this code with python3. It is python2 compatible till now. Please try to run it as: python2 autovisitor.py (you probably have both versions of python installed)
import urllib.request as urllib2
when i try to run code its give an error for print. when i fix it its give enother error for module not found for urllib2
what i missed ?