bug fixes wp remote backups

This commit is contained in:
Usman Nasir
2022-07-07 15:52:21 +05:00
parent c133a0b4af
commit 0033d16e91
2 changed files with 35 additions and 14 deletions

View File

@@ -1308,7 +1308,7 @@ Automatic backup failed for %s on %s.
BucketName = Scheduleconfig['BucketName']
#####Uploading File
uploadfilename = 'backup-' + websitedomain + "-" + time.strftime("%m.%d.%Y_%H-%M-%S")
uploadfilename = backupConfig['name']
print("uploadfilename....%s"%uploadfilename)
try: