mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-28 09:58:21 +01:00
Remove for message
This commit is contained in:
parent
bd278c6162
commit
df28f57936
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class RepoInfo(Configs):
|
|||
self.view_the_repositories_information()
|
||||
|
||||
def count_the_packages(self, repository: str) -> int:
|
||||
repo_data: dict = self.utils.load_data(repository, message=False)
|
||||
repo_data: dict = self.utils.load_data(repository)
|
||||
count: int = len(repo_data.keys())
|
||||
self.total_packages += count
|
||||
return count
|
||||
|
|
Loading…
Reference in a new issue