diff --git a/modules/auto-schedule-pro-v2/main.py b/modules/auto-schedule-pro-v2/main.py index 23d6c8f..8626c8a 100644 --- a/modules/auto-schedule-pro-v2/main.py +++ b/modules/auto-schedule-pro-v2/main.py @@ -403,7 +403,7 @@ def process(message, path): if base_command in ["!пара", "!para"]: # 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")) until_study_day = study_begin_ts - current_ts