no no no
monday
from datetime import date

# If today is Monday (aka 0 of 6), then run the report
if date.today().weekday() == 0: