forked from swee/MeowNex
Update sweecake
This commit is contained in:
parent
467bf28a58
commit
47a1b268d2
1 changed files with 2 additions and 2 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 {datetime.now().year - 2010}.")
|
print(f"Swee's birthday is in {days_until_target} days... This year he will become {target_date.year - 2010}.")
|
||||||
else:
|
else:
|
||||||
print("""
|
print("""
|
||||||
)\\
|
)\\
|
||||||
|
|
Loading…
Reference in a new issue