-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Labels
Description
Changes Proposed:
- Replace the use of os.system for executing shell commands with the subprocess module, which provides more flexibility and better handling of command execution.
- Utilize the requests library instead of the http.client module for making HTTP requests, as it offers a more straightforward and user-friendly interface.
- Implement error handling for HTTP requests and responses to provide better feedback in case of failures.
- Improve code readability and adherence to PEP 8 style guidelines.
sahil-sagwekar2652