mirror of
https://github.com/josegonzalez/python-github-backup.git
synced 2026-01-20 12:13:08 +01:00
Python 3 is returning bytes rather than a string, so the string concatenation to create the auth variable was throwing an exception which the script was interpreting to mean it couldn't find the password. Adding a conversion to string first fixed the issue.