This commit is contained in:
Usman Nasir
2019-12-10 15:09:10 +05:00
parent d0dc397463
commit 5e7aeeb597
231 changed files with 1698 additions and 1697 deletions

View File

@@ -49,7 +49,7 @@ class restoreMeta():
virtualHostUtilities.createDomain(masterDomain, domain, phpSelection, path, 0, 0, 0,
'admin', 0)
except BaseException, msg:
except BaseException as msg:
logging.writeToFile(str(msg) + " [startRestore]")
return 0
@@ -92,7 +92,7 @@ class restoreMeta():
'Email created: %s' % (
email))
except BaseException, msg:
except BaseException as msg:
logging.writeToFile(str(msg) + " [startRestore]")
return 0
@@ -148,7 +148,7 @@ class restoreMeta():
except:
pass
except BaseException, msg:
except BaseException as msg:
logging.writeToFile(str(msg) + " [startRestore]")
def main():