mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-29 10:26:12 +01:00
Updated for name
This commit is contained in:
parent
b84e0c9b2b
commit
84710c036f
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ class SearchPackage(Configs):
|
|||
|
||||
def search_to_all_repositories(self) -> None:
|
||||
for repo, enable in self.repos.repositories.items():
|
||||
if enable: # Check if the repository is enabled
|
||||
if enable[0]: # Check if the repository is enabled
|
||||
if self.utils.is_binary_repo(repo):
|
||||
data: dict = BinQueries(repo).repository_data()
|
||||
self.search_for_the_packages(data, repo)
|
||||
|
|
Loading…
Reference in a new issue