Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Take 2... Some minor refactors #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kmichels
Copy link

  1. Introduced helper functions _prepare_point and _handle_authenticated_stats to reduce repetitive code and enhance readability.
  2. Consolidated error handling in _pihole_api_get to provide more consistent and clear error messages.
  3. Encapsulated parsing of Pi-hole configuration into a separate method _parse_piholes within the Config class.
  4. Improved logging throughout the script for better clarity and consistency.
  5. Ensured consistent data types for fields in _write_to_influxdb to avoid type conflicts in InfluxDB.

…cated_stats` to reduce repetitive code and enhance readability.

2. Consolidated error handling in `_pihole_api_get` to provide more consistent and clear error messages.
3. Encapsulated parsing of Pi-hole configuration into a separate method `_parse_piholes` within the `Config` class.
4. Improved logging throughout the script for better clarity and consistency.
5. Ensured consistent data types for fields in `_write_to_influxdb` to avoid type conflicts in InfluxDB.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant