diff options
author | Jeix <devnull@localhost> | 2010-06-20 12:07:45 +0200 |
---|---|---|
committer | Jeix <devnull@localhost> | 2010-06-20 12:07:45 +0200 |
commit | ec9f842f77b075e3cb2476586c292b03b63b1e8f (patch) | |
tree | ce5e997a328dc065f863ee5408d35d52fc7c08e7 | |
parent | updated default config for new plugins (diff) | |
download | pyload-ec9f842f77b075e3cb2476586c292b03b63b1e8f.tar.xz |
Debug = False is the better choice as default
-rw-r--r-- | module/network/FtpRequest.py | 2 |
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() |