summaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
authorGravatar Jeix <devnull@localhost> 2010-06-20 12:07:45 +0200
committerGravatar Jeix <devnull@localhost> 2010-06-20 12:07:45 +0200
commitec9f842f77b075e3cb2476586c292b03b63b1e8f (patch)
treece5e997a328dc065f863ee5408d35d52fc7c08e7 /module
parentupdated default config for new plugins (diff)
downloadpyload-ec9f842f77b075e3cb2476586c292b03b63b1e8f.tar.xz
Debug = False is the better choice as default
Diffstat (limited to 'module')
-rw-r--r--module/network/FtpRequest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/network/FtpRequest.py b/module/network/FtpRequest.py
index 4896ea689..a2f83d0fc 100644
--- a/module/network/FtpRequest.py
+++ b/module/network/FtpRequest.py
@@ -63,7 +63,7 @@ class FtpRequest:
self.interface = interface
# change this for connection information
- self.debug = True
+ self.debug = False
self.init_curl()