mirror of
https://github.com/josegonzalez/python-github-backup.git
synced 2026-04-15 05:55:36 +02: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.