summaryrefslogtreecommitdiffstats
path: root/pyLoadCli.py
diff options
context:
space:
mode:
authorGravatar spoob <spoob@gmx.de> 2009-11-15 15:41:15 +0100
committerGravatar spoob <spoob@gmx.de> 2009-11-15 15:41:15 +0100
commitbf1c269eb7586716d4cf4284afd208e597ee69d1 (patch)
tree749de8b2ad94209a334adc88968433386fe28d69 /pyLoadCli.py
parentnetload.in fix (diff)
downloadpyload-bf1c269eb7586716d4cf4284afd208e597ee69d1.tar.xz
Cleaned plugin index function
Diffstat (limited to 'pyLoadCli.py')
-rwxr-xr-xpyLoadCli.py2
1 files changed, 1 insertions, 1 deletions
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: