Skip to content

Commit cf2aaac

Browse files
Update main.py
1 parent 6886d12 commit cf2aaac

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

main.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
]
2424
)
2525

26-
sensors = [21, 116]
27-
start = datetime(2025, 8, 11, 0, tzinfo = HELSINKI_TZ)
28-
end = datetime(2025, 8, 14, 0, 0, tzinfo = HELSINKI_TZ)
26+
sensors = [109, 116]
27+
start = datetime(2025, 7, 14, 0, tzinfo = HELSINKI_TZ)
28+
end = datetime(2025, 7, 17, 0, 0, tzinfo = HELSINKI_TZ)
2929

3030
csv_files = download_csv_if_needed(
3131
sensors,

0 commit comments

Comments
 (0)