mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-10 23:36:11 +01:00
Fixed download via File manager
This commit is contained in:
@@ -37,5 +37,9 @@ class backupScheduleLocal:
|
||||
except BaseException,msg:
|
||||
logging.CyberCPLogFileWriter.writeToFile(str(msg) + " [startBackup]")
|
||||
|
||||
def main():
|
||||
backupScheduleLocal.prepare()
|
||||
|
||||
backupScheduleLocal.prepare()
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user