PortScanner
PortScanner copied to clipboard
[BUG] raw_input is not compatible in python 3
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
Additional context Add any other context about the problem here.
see #53
Hey @himanshujaidka , the python codes in the master
branch are written in python2. Checkout branch feature/python3.8
for python3. 👍