Skip to content

Commit

Permalink
bug fix: backup creation
Browse files Browse the repository at this point in the history
  • Loading branch information
usmannasir committed Jan 31, 2024
1 parent 65e21b2 commit a6a4889
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plogical/backupUtilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -2073,8 +2073,8 @@ def submitBackupCreation(tempStoragePath, backupName, backupPath, backupDomain):
from plogical.IncScheduler import IncScheduler
import json
from plogical.getSystemInformation import SystemInformation

IncScheduler.CalculateAndUpdateDiskUsage()
#
# IncScheduler.CalculateAndUpdateDiskUsage()

website = Websites.objects.get(domain=backupDomain)
DiskUsageOfSite = json.loads(website.config)['DiskUsage']
Expand Down

0 comments on commit a6a4889

Please sign in to comment.