Fixed wrong expected followers count#95
Conversation
|
@kudima03 can you remove the file |
|
@ashkulz Deleting _data/locations/belarus.yml in gh_pages + running a workflow didn't update Belarus region. Am I doing smth wrong? I can give you collaborator status in my fork if you need. |
This reverts commit ec01972.
…om/kudima03/committers.top into fix_wrong_expected_followers_count
|
@ashkulz My fix didn’t change the followers count, but it clearly fixes a bug in the mechanism. There was no visible effect because the user list is fetched ordered by followers (desc), and the actual minimum number of users is 11. So the root cause must be somewhere else. However, the fix itself still seems valid since it corrects the incorrect logic, so it can probably be merged. If this change will be merged - tell me, I will revert the unnecessary commits |
Fixes #93
Probably the expected number was taken from the last user only.