From c3ad1aff8d94b90b02195af989a147d1e1140e49 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Fri, 14 Dec 2012 20:42:23 +0100 Subject: disabled setup assistant, because its not working --- pyLoadCore.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyLoadCore.py b/pyLoadCore.py index 55e2e7b01..f47999a1e 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -281,7 +281,9 @@ class Core(object): self.version = CURRENT_VERSION - if not exists("pyload.conf") and not tests: + # TODO: Re-enable when its working again + # TODO: Don't forget it + if False and not exists("pyload.conf") and not tests: from module.Setup import Setup print "This is your first start, running configuration assistant now." -- cgit v1.2.3