Update index.py

This commit is contained in:
midoks 2022-07-30 14:17:32 +08:00
parent 8f989ff416
commit ba8ebbdf4b
1 changed files with 1 additions and 1 deletions

View File

@ -574,7 +574,7 @@ def makeLsyncdConf(data):
content += "\t\tcompress = " + t['rsync']['compress'] + ",\n"
content += "\t\t_extra = {\"--bwlimit=" + t['rsync'][
'bwlimit'] + "\", --port=\"" + str(t['rsync']['port']) + "\"}\n"
content += "\t\tpassword-file=\"" + cmd_pass + "\",\n"
content += "\t\tpassword-file = \"" + cmd_pass + "\",\n"
content += "\t}\n"