Update ftp_client.py
This commit is contained in:
parent
24bb36e320
commit
8a4e64a079
|
|
@ -58,7 +58,7 @@ class FtpPSClient:
|
|||
default_backup_path = "/backup/"
|
||||
config_file = "cfg.json"
|
||||
|
||||
def __init__(self, load_config=True, timeout=10):
|
||||
def __init__(self, load_config=True, timeout=600):
|
||||
self.timeout = timeout
|
||||
if load_config:
|
||||
data = self.get_config()
|
||||
|
|
|
|||
Loading…
Reference in New Issue