We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65e00b0 commit b09a7c9Copy full SHA for b09a7c9
odoo_backup_db_cli/protocols/ftp.py
@@ -17,7 +17,6 @@ def __init__(self, *args, **kwargs):
17
super(FtpBackupHandler, self).__init__(*args, **kwargs)
18
self.ftp = ftplib.FTP() # noqa: S321
19
20
-
21
def _get_required_settings(self):
22
res = super()._get_required_settings()
23
res.append(
0 commit comments