PortScanner
PortScanner copied to clipboard
Updated scanner.py --> Config.json was wrongly pathed
Description
There is a bug in file src/scanner.py line 41 --> print get_absolute_path('../config.json')
- get_absolute_path function searching the config.json file in src dir but it is present in root dir.
Fixes # (issue)
Type of change
- [ ] Bug fix (The path of config.json is wrong in src/scanner.py in line 41)
Thanks for opening this pull request! 🤗 Are you looking for more beginner-friendly issues? Check out this repo.
Check out few other repos below 🚀
PS: Please add @vinitshahdeo / @kashish121 / @ishika1727 as a reviewer if you haven't added.
@rexj8 consider creating the PR in develop branch and not in master.