From 6cc9b020699ee5b73cacfc7ad1ed6c8f2d99e8b6 Mon Sep 17 00:00:00 2001 From: lol Date: Tue, 4 Jun 2024 15:18:41 +0100 Subject: [PATCH] nevermind --- src/main.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main.py b/src/main.py index f956506..de93c7d 100644 --- a/src/main.py +++ b/src/main.py @@ -66,12 +66,12 @@ def save_file(json:list[dict], filename:str) -> None: raise IndexError("Error saving file") from exc def main(): - # file = get_file(10) + file = get_file(10) # DEBUG: local test file - file = local_file("test.csv") + #file = local_file("test.csv") # Save file save_file(file, "out.json") if __name__ == "__main__": - main() \ No newline at end of file + main()