From b905991f01d560e2e93dde569a27a8a73a8dddee Mon Sep 17 00:00:00 2001 From: ari Date: Sun, 19 Jan 2025 22:33:05 +0000 Subject: [PATCH] Change the DPI to 100, add GPG subkey ID. --- stats.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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?