From 989d606a02ced6751dc757aa46da06809088aa28 Mon Sep 17 00:00:00 2001 From: dymik739 Date: Tue, 27 Jan 2026 21:43:22 +0200 Subject: [PATCH] auto-schedule-pro-v2: update easter egg for 8 semester --- modules/auto-schedule-pro-v2/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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