Update backupManager.py

does not use the username in the control panel, because the field is called wrong
This commit is contained in:
Vladimir Luksha
2021-06-14 12:59:41 +03:00
committed by GitHub
parent 4000159115
commit 57ba3e45bb

View File

@@ -696,7 +696,7 @@ class BackupManager:
finalDic['port'] = "22"
try:
finalDic['user'] = data['user']
finalDic['user'] = data['userName']
except:
finalDic['user'] = "root"