mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-29 20:34:22 +01:00
Fixed for red color
This commit is contained in:
parent
6393a7b847
commit
d30cfe42c1
1 changed files with 2 additions and 1 deletions
|
@ -32,9 +32,10 @@ class UpdateRepository(Configs):
|
|||
self.update: int = 0
|
||||
self.bold: str = self.color['bold']
|
||||
self.green: str = self.color['green']
|
||||
self.bred: str = self.color['red']
|
||||
self.red: str = self.color['red']
|
||||
self.yellow: str = self.color['yellow']
|
||||
self.bgreen: str = f'{self.bold}{self.green}'
|
||||
self.bred: str = f'{self.bold}{self.red}'
|
||||
self.endc: str = self.color['endc']
|
||||
self.flag_generate: list = ['-G', '--generate-only']
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue