Skip to content

Commit

Permalink
edit(otis): bump 12/11 to 12/1
Browse files Browse the repository at this point in the history
vEnhance committed Nov 27, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 1343ece commit 13144f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion venueQ/otis.py
Original file line number Diff line number Diff line change
@@ -337,7 +337,7 @@ def on_buffer_open(self, data: Data):
def compose_email_body(self, data: Data, comments: str) -> str:
salutation = random.choice(["Hi", "Hello", "Hey"])

if datetime.today().month == 12 and datetime.today().day > 10:
if datetime.today().month == 12:
christmas_mv_url = random.choice(
[
"https://youtu.be/iTgcp1oDk2M", # Beautiful Christmas - Red Velvet + aespa

0 comments on commit 13144f1

Please sign in to comment.