summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--account.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/account.py b/account.py
index 2ef2e41..8adc86a 100644
--- a/account.py
+++ b/account.py
@@ -5,8 +5,8 @@ from uuid import uuid4
SERVICES = [
- Service('foren', 'Foren', 'http://foren.spline.de/'),
- Service('jabber', 'Jabber', 'http://jabber.spline.de/'),
+ #Service('foren', 'Foren', 'http://foren.spline.de/'),
+ #Service('jabber', 'Jabber', 'http://jabber.spline.de/'),
Service('gitlab', 'Gitlab', 'https://gitlab.spline.inf.fu-berlin.de/'),
Service('osqa', 'OS Q&A', 'http://osqa.spline.de/'),
]