This commit is contained in:
Administrator
2022-10-25 20:04:40 +03:00
parent 6c32d1d908
commit ba5d5e6340
2 changed files with 4 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ def process():
if time_now.weekday() != 6:
lessons = mongo.get_today_lessons(user_model)
if len(lessons) == 0:
text = "Сегодня у тебя нет пар."
text = "Сегодня у тебя нет пар, отдыхай."
else:
text = ruz.schedule_builder(lessons)
try: