Skip to content

Commit

Permalink
Update make_progress.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyama-hajime authored Apr 15, 2024
1 parent 8b1d76e commit a7dfa0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .automation/make_progress.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def plot_progress(users: np.array, scores: np.array):
date_list.append(datetime.date(2023, 6, 24))
date_list.append(datetime.date(2023, 7, 8))
date_list.append(datetime.date(2023, 7, 29))
date_list.append(datetime.date(2023, 8, 30))
# print(date_list)
d = [date for date in date_list if today >= date]
# print(date_list)
Expand Down

0 comments on commit a7dfa0d

Please sign in to comment.