forked from swee/MeowNex
Update sweecake
This commit is contained in:
parent
bdade633c3
commit
164c9798c5
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ if not (datetime.now().month == 9 and datetime.now().day == 7):
|
||||||
# Calculate the difference
|
# Calculate the difference
|
||||||
days_until_target = (target_date - current_date).days
|
days_until_target = (target_date - current_date).days
|
||||||
|
|
||||||
print(f"Swee's birthday is in {days_until_target} days... This year he will become {target_date.year - 2010}.")
|
print(f"Swee's birthday is in {days_until_target} days... Then he'll become {target_date.year - 2010}.")
|
||||||
else:
|
else:
|
||||||
print("""
|
print("""
|
||||||
)\\
|
)\\
|
||||||
|
|
Loading…
Reference in a new issue