seladb / github-traffic-stats

A small Python project to pull and store traffic stats for GitHub projects using GitHub API
MIT License
28 stars 13 forks source link

Use count to determine whether there is new data #9

Open ThomasTNO opened 2 years ago

ThomasTNO commented 2 years ago

Current implementation does not guarantee that all new data is taken into account. This fixes the bug.