auto-schedule-pro-v2: update easter egg for masters term 1

This commit is contained in:
2026-09-15 11:01:10 +03:00
parent 3aab840b78
commit 4b3549dd6b
+1 -1
View File
@@ -403,7 +403,7 @@ def process(message, path):
if base_command in ["!пара", "!para"]:
# easter egg
study_begin_ts = int(datetime(year=2026, month=2, day=2).strftime("%s"))
study_begin_ts = int(datetime(year=2026, month=9, day=1).strftime("%s"))
current_ts = int(datetime.now().strftime("%s"))
until_study_day = study_begin_ts - current_ts