Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
lbr38 committed Sep 2, 2024
1 parent 58e4ed5 commit 8b65052
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/controllers/Module/Reposerver/Status.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,8 @@ def sendAvailablePackagesStatus(self):

try:
# Retrieve available packages
# Update cache => True
# Include package of dist upgrade => True
packages = self.packageController.get_available_packages(True, True)
packages = self.packageController.get_available_packages(True)

if len(packages) > 0:
available_packages = ''
Expand Down

0 comments on commit 8b65052

Please sign in to comment.