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