fix in backups
This commit is contained in:
parent
aea7a0f34f
commit
64f0809dc9
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ from datetime import datetime
|
|||
import conf
|
||||
from conf import backup_path
|
||||
subdomain = webnotes.conn.get_value('Website Settings', 'Website Settings', 'subdomain')
|
||||
backup_link_path = "/".join('http:/', subdomain, 'backups')
|
||||
backup_link_path = "/".join(['http:/', subdomain, 'backups'])
|
||||
verbose = 0
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue