Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Piet Brömmel committed May 9, 2024
1 parent 262c6b7 commit f6fb1e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fetch_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,7 @@ def main():
formatted_plan_url = plan_url.format(eva=eva, date=date_str_url, hour=f"{hour:02}")
save_api_data(formatted_plan_url, save_folder / f"{eva}_plan_{hour:02}.xml")

print("Done")

if __name__ == "__main__":
main()

0 comments on commit f6fb1e9

Please sign in to comment.