sickchill
sickchill copied to clipboard
Words refactor
Refactor a bunch of variables to snake_case
Summary by CodeRabbit
-
New Features
- Enhanced robustness in error handling by ensuring
error_count
andwarning_count
variables are initialized correctly in the local scope.
- Enhanced robustness in error handling by ensuring
-
Style
- Updated function naming conventions across the codebase to adhere to Python's PEP 8 guidelines, improving readability and consistency.
-
Bug Fixes
- Ensured that changes in naming conventions do not affect the functionality of the application, maintaining the logic for retrieving show names and search strings.