From f1e8b896bbf526918661575a90676dfc30f342ac Mon Sep 17 00:00:00 2001 From: Karma Riuk Date: Wed, 21 May 2025 09:18:51 +0200 Subject: [PATCH] fixed slight bug --- stats_pull_requests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stats_pull_requests.py b/stats_pull_requests.py index 9fa7e44..22be3a1 100644 --- a/stats_pull_requests.py +++ b/stats_pull_requests.py @@ -56,5 +56,5 @@ def main(): if __name__ == "__main__": - move_logger_to_file() + move_logger_to_file("github", "github_api.log") main()