Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
why-not-try-calmer committed Nov 20, 2023
1 parent fbb5f6b commit 2429f88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions comptages/core/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ def _data_day_yearly(count: models.Count, section: models.Section, year: int, wo
row_offset = 35
col_offset = 2

df = statistics.get_time_data_yearly(year, section: models.Section, direction=1)
df = statistics.get_time_data_yearly(year, section, direction=1)

for i in range(7):
day_df = df[df["date"] == i]
Expand Down Expand Up @@ -368,7 +368,7 @@ def _data_day_yearly(count: models.Count, section: models.Section, year: int, wo
row_offset = 66
col_offset = 2

df = statistics.get_time_data_yearly(year, section: models.Section, direction=2)
df = statistics.get_time_data_yearly(year, section, direction=2)

for i in range(7):
day_df = df[df["date"] == i]
Expand Down

0 comments on commit 2429f88

Please sign in to comment.