mirror of
https://github.com/josegonzalez/python-github-backup.git
synced 2026-01-12 09:12:38 +01:00
When running unauthenticated and Github starts rate-limiting the client, github-backup crashes because the used auth variable in _get_response() was not available. This change should fix it.