diff --git a/helpers/ruz.py b/helpers/ruz.py index e31502d..c15a795 100644 --- a/helpers/ruz.py +++ b/helpers/ruz.py @@ -73,7 +73,7 @@ class RUZ: date = lesson['begin'].strftime('%d.%m') if date != last_date: if last_date is not None: - ans += "====================\n\n" + ans += "=======================\n\n" last_date = date ans += f"📅 {date}\n\n" ans += f"📚 {lesson['discipline']}\n"