bug fix: backup creation

This commit is contained in:
Usman Nasir
2021-11-16 18:06:04 +05:00
parent 7f2bbd84b4
commit c563325796
4 changed files with 60 additions and 27 deletions

View File

@@ -39,8 +39,7 @@ def createDatabase(request):
return result
return coreResult
except KeyError:
return redirect(loadLoginPage)