mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-14 09:16:11 +01:00
Fixed download via File manager
This commit is contained in:
@@ -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()
|
||||
Reference in New Issue
Block a user