From bf1c269eb7586716d4cf4284afd208e597ee69d1 Mon Sep 17 00:00:00 2001 From: spoob Date: Sun, 15 Nov 2009 15:41:15 +0100 Subject: Cleaned plugin index function --- pyLoadCli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyLoadCli.py') diff --git a/pyLoadCli.py b/pyLoadCli.py index 49e656e93..fd65e04da 100755 --- a/pyLoadCli.py +++ b/pyLoadCli.py @@ -336,7 +336,7 @@ if __name__ == "__main__": pipe = subprocess.PIPE subprocess.Popen("./pyLoadCore.py", stdout=pipe, stderr=pipe) print "Starting pyLoad Core" - sleep(0.5) + sleep(1) cli = pyLoadCli("127.0.0.1", config.get("remote", "port"), config.get("remote", "password")) if len(extraparams) == 3: -- cgit v1.2.3