PortScanner icon indicating copy to clipboard operation
PortScanner copied to clipboard

Fix Errors in src/scanner.py

Open nandikajain opened this issue 3 years ago • 2 comments

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

Screenshots issue1

nandikajain avatar Mar 13 '21 11:03 nandikajain

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

Hacktoberfest2020

welcome[bot] avatar Mar 13 '21 11:03 welcome[bot]

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

Kashish121 avatar Mar 13 '21 15:03 Kashish121