-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in scanner.py for python-3.8 (JWOC) #115
Comments
@Kashish121 Can you please verify the above and work with @Vinamrata1086 for the changes, if required. |
@Vinamrata1086 That's probably due to change in the directory structure of the code. Try moving |
ya it worked so can I change the directory of config and create pr? |
Hey @Vinamrata1086 , this is the standard organized directory structure followed in the project. Instead of changing the directory structure, try adding
You may create a PR for this. 👍🏽 |
I have added the path. |
scanner.py
PortScanner/src/single/scanner.py
Line 33 in 306d91d
The low and high range is not mentioned which is low=1 and high=8888
with open("config.json") as json_file:
PortScanner/src/single/scanner.py
Line 12 in 306d91d
The text was updated successfully, but these errors were encountered: