diff --git a/stats.py b/stats.py index 1e063e7..50895d9 100644 --- a/stats.py +++ b/stats.py @@ -54,10 +54,11 @@ AUTHORS: t.Tuple[str, ...] = ( "ari@ari.lt", "B00bleaTeA", "4FAD63E936B305906A6C4894A50D5B4B599AF8A2", + "A50D5B4B599AF8A2", ) IGNORE_REPOS: t.Tuple[str, ...] = "dino-kernel", "sysvinit" COLOUR: str = "#ffa647" -DPI: t.Final[int] = 200 +DPI: t.Final[int] = 100 COMMIT_PAGE_LIMIT: t.Final[int] = 5 # Maximum commit pages (similar to UI) COMMIT_YEARS: t.Final[int] = ( 2 # How many years should the commit plot use in your commit history?