ysde / grafana-backup-tool

A Python-based application to backup Grafana settings by using the Grafana API
MIT License
808 stars 269 forks source link

Fix tuple size mismatch in api_checks.py return statements #268

Open rgarmyn opened 3 months ago

rgarmyn commented 3 months ago

This pull request fixes a tuple size mismatch in the return statements of the api_checks.py file. The issue was causing incorrect return values when the status code was not 200. This PR ensures that the correct tuple size is returned in all cases.