From 44519309b33b0aa9aa3d0f2ace745c0acfb6ffe8 Mon Sep 17 00:00:00 2001
From: dnns01 <git@dnns01.de>
Date: Wed, 10 Jun 2020 17:05:31 +0200
Subject: [PATCH] Added Role [BMTS] B.Sc. Mathematisch-Technische
 Softwareentwicklung

---
 fernuni-bot.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/fernuni-bot.py b/fernuni-bot.py
index d758d22..0eaf87a 100644
--- a/fernuni-bot.py
+++ b/fernuni-bot.py
@@ -30,6 +30,8 @@ def get_key(role):
         return "BM"
     elif role.name == "B.Sc. Wirtschaftsinformatik":
         return "BWI"
+    elif role.name == "B.Sc. Mathematisch-Technische Softwareentwicklung":
+        return "BMTS"
     elif role.name == "M.Sc. Informatik":
         return "MI"
     elif role.name == "M.Sc. Praktische Informatik":
-- 
GitLab