From d39d51044b8b36a0dae2bda3214f5be554654b9a Mon Sep 17 00:00:00 2001 From: spoob Date: Thu, 17 Dec 2009 19:12:25 +0100 Subject: Fixed Megaupload, need better captcha detection --- config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config') diff --git a/config b/config index 8c85d1218..cc134aab3 100644 --- a/config +++ b/config @@ -10,7 +10,7 @@ cert = ssl.crt key = ssl.key [webinterface] -activated = True +activated = False host = 127.0.0.1 # 0.0.0.0 to make it accessible from everywhere port = 8000 @@ -36,7 +36,7 @@ use_reconnect = False link_file = links.txt failed_file = failed_links.txt reconnect_method = reconnect_method -debug_mode = False +debug_mode = True #hours max_download_time = 5 @@ -55,4 +55,4 @@ end = 0:00 [proxy] activated = False adress = http://localhost:8080 -protocol = http \ No newline at end of file +protocol = http -- cgit v1.2.3