nevermind
This commit is contained in:
parent
22c7bce0dd
commit
6cc9b02069
@ -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()
|
||||
main()
|
||||
|
Loading…
x
Reference in New Issue
Block a user