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