mirror of
https://github.com/josegonzalez/python-github-backup.git
synced 2026-01-25 22:53:09 +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.