PortScanner
PortScanner copied to clipboard
Fix Errors in src/scanner.py
Describe the bug While running the Python file, encountered an issue in Python syntax.
Screenshots
Thanks for opening your first issue! Mentors will get back to you soon. Meanwhile check this repo for more.
@nandikajain This happened because the master
branch python files are in python2.x and not python3.x.
Checkout feature/python3.8
branch for corresponding python3.x version.