mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +01:00
Updated done color
This commit is contained in:
parent
e916e77e67
commit
ebccc377cb
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ class LoadData(Configs):
|
|||
else:
|
||||
self._remove_blacklist_from_a_repo(data)
|
||||
|
||||
print(f'{self.yellow}{self.ascii.done}{self.endc}')
|
||||
print(f'{self.bgreen}{self.ascii.done}{self.endc}')
|
||||
return data
|
||||
|
||||
def _remove_blacklist_from_all_repos(self, data: dict) -> dict:
|
||||
|
|
Loading…
Add table
Reference in a new issue