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 72e1609 commit 13df2b7Copy full SHA for 13df2b7
auto_backup/__openerp__.py
@@ -7,7 +7,7 @@
7
{
8
"name": "Database Auto-Backup",
9
"summary": "Backups database",
10
- "version": "8.0.1.0.0",
+ "version": "8.0.1.0.1",
11
"author": (
12
"VanRoey.be - Yenthe Van Ginneken, Agile Business Group,"
13
" Grupo ESOC Ingeniería de Servicios,"
auto_backup/models/db_backup.py
@@ -274,7 +274,7 @@ def sftp_connection(self):
274
"Trying to connect to sftp://%(username)s@%(host)s:%(port)d",
275
extra=params)
276
if self.sftp_private_key:
277
- params["private_key"] = self.stfpprivatekey
+ params["private_key"] = self.sftp_private_key
278
if self.sftp_password:
279
params["private_key_pass"] = self.sftp_password
280
else:
0 commit comments