Skip to content

Commit

Permalink
Change duplicate MonthData to HourData
Browse files Browse the repository at this point in the history
  • Loading branch information
juuso-j committed Oct 23, 2023
1 parent be473e3 commit 2f33748
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ def delete_if_no_relations(items):
(Day, "day_datas"),
(Hour, "hour_datas"),
]
models = [YearData, MonthData, WeekData, DayData, MonthData]
models = [YearData, MonthData, WeekData, DayData, HourData]
for station in stations:
for model in models:
logger.info(
Expand Down

0 comments on commit 2f33748

Please sign in to comment.