Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions statvar_imports/fema/flood_insurance_claims/fema_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ def download_data(api_url: str, temp_dir: str):
download_success = download_file(url=csv_url,
output_folder=temp_dir,
unzip=False,
tries=3,
delay=5,
tries=10,
delay=10,
Comment thread
kartik-s21 marked this conversation as resolved.
backoff=2)

if not download_success or not os.path.exists(util_output_path):
Expand Down
Loading