mirror of
https://github.com/josegonzalez/python-github-backup.git
synced 2026-03-12 21:36:55 +01:00
The repository dictionary uses lowercase "private" key. Use .get() with the correct case to match the pattern used elsewhere in the codebase. The bug only affects --all users since --security-advisories short-circuits before the key access.