auto-schedule-pro-v2: update easter egg for 8 semester

This commit is contained in:
2026-01-27 21:43:22 +02:00
parent 68ec7b3ab6
commit 989d606a02
+1 -1
View File
@@ -403,7 +403,7 @@ def process(message, path):
if base_command in ["!пара", "!para"]: if base_command in ["!пара", "!para"]:
# easter egg # easter egg
study_begin_ts = int(datetime(year=2025, month=9, day=1).strftime("%s")) study_begin_ts = int(datetime(year=2026, month=2, day=2).strftime("%s"))
current_ts = int(datetime.now().strftime("%s")) current_ts = int(datetime.now().strftime("%s"))
until_study_day = study_begin_ts - current_ts until_study_day = study_begin_ts - current_ts