From bb4f72750e6e537913b3cf2477879c2ab3eecc10 Mon Sep 17 00:00:00 2001 From: Nico von Geyso Date: Sat, 29 Sep 2012 01:59:44 +0200 Subject: only working services for the moment are: gitlab and osqa --- account.py | 4 ++-- 1 file 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/'), ] -- cgit v1.2.3-1-g7c22