Open sahil-sagwekar2652 opened 2 years ago
Describe the bug The ip_tracker project uses the 'requests' module which is not built-in in Python.
To Reproduce Steps to reproduce the behavior:
Solution Instead if we use the built-in http.client module then the script can be run without any additional requirements.
Additional context There is nothing wrong with the code, this is an enhancement rather than a bug fix
I have fixed this issue in my branch. Please assign me this issue so that I can make the pull request. @pawangeek
Describe the bug The ip_tracker project uses the 'requests' module which is not built-in in Python.
To Reproduce Steps to reproduce the behavior:
Solution Instead if we use the built-in http.client module then the script can be run without any additional requirements.
Additional context There is nothing wrong with the code, this is an enhancement rather than a bug fix