diff options
-rwxr-xr-x | pyLoadCore.py | 4 |
1 files changed, 3 insertions, 1 deletions
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." |