Skip to content

Commit

Permalink
Update mw.py
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Dec 14, 2024
1 parent 5cf0745 commit 9d08b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/core/mw.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def getWwwDir():

def getBackupDir():
import thisdb
backup_path = thisdb.getOption('backup_path')
backup_path = thisdb.getOption('backup_path', default=getFatherDir()+'/backup')
return backup_path

def setBackupDir(bdir):
Expand Down

0 comments on commit 9d08b7d

Please sign in to comment.