diff options
Diffstat (limited to 'pyLoadCli.py')
-rwxr-xr-x | pyLoadCli.py | 2 |
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: |