nevermind
This commit is contained in:
parent
22c7bce0dd
commit
6cc9b02069
@ -66,10 +66,10 @@ def save_file(json:list[dict], filename:str) -> None:
|
|||||||
raise IndexError("Error saving file") from exc
|
raise IndexError("Error saving file") from exc
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
# file = get_file(10)
|
file = get_file(10)
|
||||||
|
|
||||||
# DEBUG: local test file
|
# DEBUG: local test file
|
||||||
file = local_file("test.csv")
|
#file = local_file("test.csv")
|
||||||
# Save file
|
# Save file
|
||||||
save_file(file, "out.json")
|
save_file(file, "out.json")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user