Compare commits
2 Commits
5d7f89cff0
...
535087fae1
Author | SHA1 | Date |
---|---|---|
dymik739 | 535087fae1 | |
dymik739 | e8a61a9e36 |
|
@ -144,6 +144,7 @@ def process(message, path):
|
|||
reference_time = int(current_time.strftime("%s")) - current_seconds
|
||||
|
||||
if base_command == "!пара":
|
||||
'''
|
||||
upcoming_lessons = [timestamp for timestamp in schedule if timestamp > current_seconds - 5400]
|
||||
|
||||
if len(upcoming_lessons) > 0:
|
||||
|
@ -153,6 +154,9 @@ def process(message, path):
|
|||
|
||||
return "Актуальна пара: " + get_lesson_description(schedule, reference_time, closest_lesson_time, current_day,
|
||||
current_week)
|
||||
'''
|
||||
|
||||
return "Ви маєте законне право відпочити, пари почнуться не скоро"
|
||||
|
||||
elif base_command == "!пари":
|
||||
base_day = current_week * 7 + current_day
|
||||
|
|
|
@ -1,26 +1,32 @@
|
|||
[
|
||||
{
|
||||
"12:20": {"name": "Культура мовлення та ділове мовлення", "teacher": "Кушлаба М. П.", "link": "https://bbb.comsys.kpi.ua/b/myk-0iw-red-p01"}
|
||||
"9:00": {"name": "Комп'ютерна логіка (екзамен)", "teacher": "Жабін В. І.", "link": "https://bbb.comsys.kpi.ua/b/val-2vb-o7w-y5y АБО https://bbb.ugrid.org/b/val-osi-lup-ou8"}
|
||||
},
|
||||
{
|
||||
},
|
||||
{
|
||||
},
|
||||
{
|
||||
"10:25": {"name": "Вища математика (лекція) (інше посилання)", "teacher": "Стаматієва В.", "link": "https://us04web.zoom.us/j/2313886209?pwd=dnZHanV3cU9LUXJBVWYyYVArUFg5dz09"},
|
||||
"12:20": {"name": "Фізика (лекція)", "teacher": "Русаков В. Ф.", "link": "http://139.162.162.130:12015/", "container_id": "1"}
|
||||
},
|
||||
{
|
||||
"10:25": {"name": "Фізика (практика)", "teacher": "Русаков В. Ф.", "link": "http://139.162.162.130:12015/", "container_id": "1"}
|
||||
},
|
||||
{},
|
||||
{},
|
||||
{
|
||||
"16:00": {"name": "Вища математика (лекція)", "teacher": "Ординська З. П.", "link": "https://us04web.zoom.us/j/2684350438?pwd=kiOi3BrgbJHeYvkrx7qaSxa08J8m8O.1"}
|
||||
},
|
||||
{
|
||||
},
|
||||
{
|
||||
},
|
||||
{
|
||||
"12:20": {"name": "Фізика (лекція)", "teacher": "Русаков В. Ф.", "link": "http://139.162.162.130:12015/", "container_id": "1"}
|
||||
},
|
||||
{
|
||||
"10:25": {"name": "Фізика (практика)", "teacher": "Русаков В. Ф.", "link": "http://139.162.162.130:12015/", "container_id": "1"}
|
||||
},
|
||||
{},
|
||||
{}
|
||||
|
|
Loading…
Reference in New Issue