Describe the bug
In Scanner.py while calling the open(get_absolute_path('config.json')) should be open(get_absolute_path('../../config.json'))
To Reproduce
Steps to reproduce the behavior:
- Go to 'scanner.py'
- Click on 'execute the scanner.py.'
Expected behavior
open(get_absolute_path('../../config.json'))
Screenshots

Desktop (please complete the following information):
- OS: [ubuntu]
- Browser [brave]
- Version [e.g. 22]
Additional context
Add any other context about the problem here.
Describe the bug
In Scanner.py while calling the
open(get_absolute_path('config.json'))should beopen(get_absolute_path('../../config.json'))To Reproduce
Steps to reproduce the behavior:
Expected behavior
open(get_absolute_path('../../config.json'))Screenshots

Desktop (please complete the following information):
Additional context
Add any other context about the problem here.