mirror of
https://github.com/josegonzalez/python-github-backup.git
synced 2026-04-07 02:04:30 +02:00
Empty repositories have None for pushed_at/updated_at, causing a TypeError when compared to the last_update string. Use .get() with truthiness check to skip None timestamps in incremental tracking.