diff options
author | spoob <spoob@gmx.de> | 2009-07-29 16:34:27 +0200 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2009-07-29 16:34:27 +0200 |
commit | 87bc520b4925159908172e312e9472c1f2f0f45b (patch) | |
tree | bf98d66d448152f071c6edf2e8f93599420d7b31 | |
parent | captcha reading timeout, to avoid hang up (diff) | |
download | pyload-87bc520b4925159908172e312e9472c1f2f0f45b.tar.xz |
fixed file not found bug
-rw-r--r-- | config | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,8 +4,8 @@ language: de download_folder = Downloads link_file = links.txt failed_file = failed_links.txt -use_reconnect = True -reconnect_method = ./reconnect.sh +use_reconnect = False +reconnect_method = reconnect max_downloads = 3 [updates] search_updates = True |