Update ftp_client.py

This commit is contained in:
Mr Chen 2024-06-22 13:21:56 +08:00
parent 24bb36e320
commit 8a4e64a079
1 changed files with 1 additions and 1 deletions

View File

@ -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()