From e44e2c467882614736f2bab80d148663e5ebb263 Mon Sep 17 00:00:00 2001 From: Egor Matveev Date: Sun, 30 Oct 2022 16:02:09 +0000 Subject: [PATCH] Update ruz.py --- helpers/ruz.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/ruz.py b/helpers/ruz.py index aaa37a3..3a4b165 100644 --- a/helpers/ruz.py +++ b/helpers/ruz.py @@ -79,7 +79,7 @@ class RUZ: ans += f"🕑 {lesson['begin'].strftime('%H:%M')} - {lesson['end'].strftime('%H:%M')}\n" ans += f"🧑‍ {(lesson['lecturer'] or 'Неизвестно')}\n" if lesson['link']: - ans += f"🌏 {lesson['link']}" + ans += f"🌏 {lesson['link']}\n" ans += "\n" return ans