diff --git a/convert_table/src/download.py b/convert_table/src/download.py index 2f814bc..bb3e66c 100644 --- a/convert_table/src/download.py +++ b/convert_table/src/download.py @@ -14,8 +14,7 @@ def main(): URL = f"https://docs.google.com/spreadsheets/d/{google_id}/export?format=tsv&gid={sheet_ids()[id]}" - gdown.download(URL, output=str(output_dir.joinpath(f"{id}.tsv"))) - + gdown.download(URL, output=str(output_dir.joinpath(f"{id}.tsv")), fuzzy=True) def sheet_ids():