diff options
Diffstat (limited to 'module/network/FtpRequest.py')
-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() |