We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3d99af commit 05fa5e1Copy full SHA for 05fa5e1
main.py
@@ -101,7 +101,7 @@ def generate_msg(row):
101
if pd.notna(row['Attempt By']) and row['Type'] == 'Forum':
102
ab = row['Attempt By'].strftime(date_format)
103
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>"
+ 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>"
105
106
# Bonus Cut Off
107
if pd.notna(row['Bonus Cut Off']):
0 commit comments