From 90dff3aa83985da41f15a6d738a450937d1d1016 Mon Sep 17 00:00:00 2001 From: Stijn De Clercq Date: Mon, 20 Sep 2021 19:05:06 +0200 Subject: [PATCH] Add more ufora urls --- functions/ufora_notifications.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/functions/ufora_notifications.py b/functions/ufora_notifications.py index a9bfab5..05dac44 100644 --- a/functions/ufora_notifications.py +++ b/functions/ufora_notifications.py @@ -15,12 +15,14 @@ course_urls = { "Computationele Biologie": "https://ufora.ugent.be/d2l/le/news/rss/448904/course?token=", "Computerarchitectuur": "https://ufora.ugent.be/d2l/le/news/rss/439172/course?token=", "Informatiebeveiliging": "https://ufora.ugent.be/d2l/le/news/rss/444476/course?token=", + "Inleiding tot Telecommunicatie": "https://ufora.ugent.be/d2l/le/news/rss/450232/course?token=", "Logisch Programmeren": "https://ufora.ugent.be/d2l/le/news/rss/443368/course?token=", "Modelleren en Simuleren": "https://ufora.ugent.be/d2l/le/news/rss/439235/course?token=", "Parallelle Computersystemen": "https://ufora.ugent.be/d2l/le/news/rss/449671/course?token=", "Software Engineering Lab 2": "https://ufora.ugent.be/d2l/le/news/rss/445170/course?token=", "Statistiek en Probabiliteit": "https://ufora.ugent.be/d2l/le/news/rss/445169/course?token=", - "Wetenschappelijk Rekenen": "https://ufora.ugent.be/d2l/le/news/rss/445174/course?token=" + "Wetenschappelijk Rekenen": "https://ufora.ugent.be/d2l/le/news/rss/445174/course?token=", + "Wiskundige Modellering": "https://ufora.ugent.be/d2l/le/news/rss/446530/course?token=" }