jakubplichta / grafana-dashboard-builder

Generate Grafana dashboards with YAML
Apache License 2.0
147 stars 42 forks source link

Change encodestring to encodebytes #195

Closed gagallo7 closed 2 years ago

gagallo7 commented 2 years ago

base64.encodestring has been deprecated since Python 3.1 and finally removed in Python 3.8.

This change will make it compliant with Python 3.8+.

jakubplichta commented 2 years ago

I need to update the pipeline first and will back to this then.