fixes in backup
This commit is contained in:
parent
0920214ecf
commit
aea7a0f34f
1 changed files with 3 additions and 1 deletions
|
|
@ -35,7 +35,9 @@ from datetime import datetime
|
|||
|
||||
#Global constants
|
||||
import conf
|
||||
from conf import backup_path, backup_link_path
|
||||
from conf import backup_path
|
||||
subdomain = webnotes.conn.get_value('Website Settings', 'Website Settings', 'subdomain')
|
||||
backup_link_path = "/".join('http:/', subdomain, 'backups')
|
||||
verbose = 0
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue