forked from MapComplete/MapComplete
Deflate changeset count by mimicking the new changeset behaviour for older changesets
This commit is contained in:
parent
f23b7bc44f
commit
dc8a0a70c5
1 changed files with 1 additions and 1 deletions
|
@ -472,7 +472,7 @@ def main():
|
||||||
# contributor_count(stats, 3, "theme")
|
# contributor_count(stats, 3, "theme")
|
||||||
create_graphs(stats)
|
create_graphs(stats)
|
||||||
create_per_theme_graphs(stats, 15)
|
create_per_theme_graphs(stats, 15)
|
||||||
create_per_contributor_graphs(stats, 25)
|
# create_per_contributor_graphs(stats, 25)
|
||||||
print("All done!")
|
print("All done!")
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue