From 7e64ab657406d3e5b4653a17eeb40166173e0078 Mon Sep 17 00:00:00 2001 From: Karma Riuk Date: Sat, 29 Mar 2025 09:44:00 +0100 Subject: [PATCH] moved github logging to file --- dataset.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dataset.py b/dataset.py index afbac6a..329d748 100644 --- a/dataset.py +++ b/dataset.py @@ -267,6 +267,7 @@ def new_metadata_from_old(metadata: Metadata) -> Metadata_new: if __name__ == "__main__": + move_github_logging_to_file() g = Github(os.environ["GITHUB_AUTH_TOKEN_CRAB"]) dataset = Dataset.from_json("dataset.json")