From ec9f842f77b075e3cb2476586c292b03b63b1e8f Mon Sep 17 00:00:00 2001 From: Jeix Date: Sun, 20 Jun 2010 12:07:45 +0200 Subject: Debug = False is the better choice as default --- module/network/FtpRequest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- cgit v1.2.3