auto-schedule-pro-v2: update easter egg for 8 semester
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user