diff options
author | spoob <spoob@gmx.de> | 2009-06-24 02:05:58 +0200 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2009-06-24 02:05:58 +0200 |
commit | b2ccdeed35759b99042de0e56453a66892cca9b1 (patch) | |
tree | abc38f8c21e46969298126bd641801bcadd2a838 /config | |
parent | fixed 4chan user wish (diff) | |
download | pyload-b2ccdeed35759b99042de0e56453a66892cca9b1.tar.xz |
fixed some bugs
Diffstat (limited to 'config')
-rw-r--r-- | config | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -15,12 +15,13 @@ log_folder = Logs log_count = 5 #each log has 100kb [downloadTime] -start = 0:00 -end = 24:00 +#use HH:MM +start = 00:00 +end = 00:00 [remote] port = 7272 remotePassword = pwhere [proxy] useproxy = False proxyProtocol = http -proxyAdress = http://localhost:8080
\ No newline at end of file +proxyAdress = http://localhost:8080 |