Skip to content

Commit

Permalink
bug fix: cloudapi
Browse files Browse the repository at this point in the history
  • Loading branch information
usmannasir committed Apr 8, 2020
1 parent 585a063 commit 26baaa6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cloudAPI/cloudManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -948,6 +948,7 @@ def forceRunAWSBackup(self, request):

def systemStatus(self, request):
try:
request.session['userID'] = self.admin.pk
return topProcessesStatus(request)
except BaseException as msg:
return self.ajaxPre(0, str(msg))
Expand Down

0 comments on commit 26baaa6

Please sign in to comment.