Fixed download via File manager

This commit is contained in:
usmannasir
2018-08-18 15:16:15 +05:00
parent b22b52da56
commit 4504e47656
7 changed files with 23 additions and 93 deletions

View File

@@ -174,5 +174,9 @@ class backupSchedule:
except BaseException,msg:
logging.CyberCPLogFileWriter.writeToFile(str(msg) + " [prepare]")
def main():
backupSchedule.prepare()
backupSchedule.prepare()
if __name__ == "__main__":
main()