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()