diff --git a/fernuni-bot.py b/fernuni-bot.py index d758d229f27ea4014a85c919b85996ee35087b7f..0eaf87a0815d68de20a1bdfdad3450806e99979f 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":