Removed repo for sbo

This commit is contained in:
Dimitris Zlatanidis 2023-03-28 08:40:11 +03:00
parent 09715a3ce9
commit d22c3709a5

View file

@ -65,7 +65,7 @@ class SearchPackage(Configs):
desc: str = SBoQueries(name).description().replace(name, '')
version: str = SBoQueries(name).version()
print(f'{self.repos.sbo_enabled_repository}: {self.cyan}{name}{self.endc}-{self.yellow}'
print(f'{self.cyan}{name}{self.endc}-{self.yellow}'
f'{version}{self.endc}{self.green}{desc}{self.endc}')
if not matching: