Skip to content

Commit 05fa5e1

Browse files
committed
Modify reminder phrasing
1 parent a3d99af commit 05fa5e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def generate_msg(row):
101101
if pd.notna(row['Attempt By']) and row['Type'] == 'Forum':
102102
ab = row['Attempt By'].strftime(date_format)
103103
msg += "\n"
104-
msg += f"<i>Contribute to the forums by <u>{ab} {config.lecture_start_time}</u> to earn Participation EXP for {config.week_format[week_delta-1]}</i>"
104+
msg += f"<i>Contribute to the forums by <u>{config.lecture_start_time} on {ab}</u> to earn Participation EXP for {config.week_format[week_delta-1]}</i>"
105105

106106
# Bonus Cut Off
107107
if pd.notna(row['Bonus Cut Off']):

0 commit comments

Comments
 (0)