Deflate changeset count by mimicking the new changeset behaviour for older changesets

This commit is contained in:
pietervdvn 2021-06-27 02:03:54 +02:00
parent f23b7bc44f
commit dc8a0a70c5

View file

@ -472,7 +472,7 @@ def main():
# contributor_count(stats, 3, "theme")
create_graphs(stats)
create_per_theme_graphs(stats, 15)
create_per_contributor_graphs(stats, 25)
# create_per_contributor_graphs(stats, 25)
print("All done!")