Update mw.py

pull/641/head
Mr Chen 5 months ago
parent 5cf0745da0
commit 9d08b7de34
  1. 2
      web/core/mw.py

@ -126,7 +126,7 @@ def getWwwDir():
def getBackupDir(): def getBackupDir():
import thisdb import thisdb
backup_path = thisdb.getOption('backup_path') backup_path = thisdb.getOption('backup_path', default=getFatherDir()+'/backup')
return backup_path return backup_path
def setBackupDir(bdir): def setBackupDir(bdir):

Loading…
Cancel
Save