Skip to content

Commit 751dd6a

Browse files
committed
Changed depricated "T" to "min".
1 parent ceec388 commit 751dd6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cwmscli/usgs/getusgs_cda.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ def CWMS_writeData(USGS_ts, USGS_data, USGS_data_method, days_back):
382382
r"^(\d+)(.*)", ts_id.split(".")[3]
383383
).group(2)
384384
if interval_type == "Minutes":
385-
interval_initial = "T"
385+
interval_initial = "min"
386386
else:
387387
interval_initial = interval_type[0]
388388
values_dt = values.copy()

0 commit comments

Comments
 (0)