Skip to content

Commit

Permalink
Fix arg error
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbieker committed Sep 13, 2023
1 parent c32c28b commit 78a927e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sat/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
api_secret=EnvVar("EUMETSAT_API_SECRET"),
data_dir=base_path,
start_date="2017-02-01",
end_date=pd.Timestamp().utcnow().strftime('%Y-%m-%d'))
end_date=pd.Timestamp.utcnow().strftime('%Y-%m-%d'))

asset_jobs = []
asset_job = define_asset_job(f"download_iodc_raw_files", AssetSelection.assets(download_eumetsat_iodc_data),
Expand Down

0 comments on commit 78a927e

Please sign in to comment.