From 5b876e089280d58e240d470f655da97b198c39e9 Mon Sep 17 00:00:00 2001 From: Sigma Date: Wed, 4 Sep 2024 21:22:21 +0200 Subject: [PATCH] I want to know what's going on here --- github_stats.py | 1 + 1 file changed, 1 insertion(+) diff --git a/github_stats.py b/github_stats.py index 96da5ff..8fb42bb 100644 --- a/github_stats.py +++ b/github_stats.py @@ -490,6 +490,7 @@ Languages: ): continue author = author_obj.get("author", {}).get("login", "") + print(author) if author not in [ self.username, os.environ.get("ALT_USERNAME", "") ]: continue