texts
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user