diff options
author | spoob <spoob@gmx.de> | 2009-05-30 20:33:23 +0200 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2009-05-30 20:33:23 +0200 |
commit | 8b1e215d8c26e02670fa809868120dcccb9db446 (patch) | |
tree | ad47219fa387e1a603cb9c4c9d3d2f6edb73f210 /config | |
parent | added client socket, again (diff) | |
download | pyload-8b1e215d8c26e02670fa809868120dcccb9db446.tar.xz |
added language selection in config, fixed False Bug
Diffstat (limited to 'config')
-rw-r--r-- | config | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -1,17 +1,19 @@ [general] -downloadFolder = Downloads -linkFile = links.txt +#use de or en +language: de +download_folder = Downloads +link_file = links.txt useReconnect = False -reconnectMethod = ./reconnect.sh +reconnect_method = ./reconnect.sh [updates] -searchUpdates = True +search_updates = True [log] -logFolder = Logs +log_folder = Logs fullLog = True [time] start = 0:00 end = 6:00 [remote] -remoteActivated = False +remote_activated = False port = 7272 remotePassword = pwhere |