mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-25 09:58:41 +01:00
Removed unused
This commit is contained in:
parent
81daeac381
commit
8081437a31
1 changed files with 0 additions and 1 deletions
|
@ -154,7 +154,6 @@ class CheckUpdates(Configs):
|
|||
print(f'> {self.bgreen}{repo:<{repo_length}}{self.endc} Last Updated: '
|
||||
f"'{self.repo_info.last_repository_updated(repo)}'")
|
||||
|
||||
# if True not in self.compare.values():
|
||||
if not any(list(compare.values())):
|
||||
print(f'\n{self.endc}{self.yellow}No updated packages since the last check.{self.endc}')
|
||||
|
||||
|
|
Loading…
Reference in a new issue