mirror of
https://github.com/josegonzalez/python-github-backup.git
synced 2026-02-20 03:44:26 +01: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.