vinitshahdeo / PortScanner

A go-to tool for scanning network. Scan all the open ports for a given host with just one click.
https://vinitshahdeo.github.io/PortScanner/
MIT License
125 stars 114 forks source link

Fix Errors in src/scanner.py #146

Open nandikajain opened 3 years ago

nandikajain commented 3 years ago

Describe the bug While running the Python file, encountered an issue in Python syntax.

Screenshots

issue1
welcome[bot] commented 3 years ago

Thanks for opening your first issue! Mentors will get back to you soon. Meanwhile check this repo for more.

Hacktoberfest2020

Kashish121 commented 3 years ago

@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.