Update ruz.py
This commit is contained in:
parent
bbe48e43b8
commit
e44e2c4678
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user