mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-13 20:01:48 +01:00
Fixed code style
This commit is contained in:
parent
bcb3a8a851
commit
6cecdab393
1 changed files with 1 additions and 1 deletions
|
@ -25,9 +25,9 @@ class Downloader:
|
|||
self.yellow = self.color['yellow']
|
||||
self.red = self.color['red']
|
||||
self.blue = self.color['blue']
|
||||
self.endc = self.color['endc']
|
||||
self.byellow = f'{self.bold}{self.yellow}'
|
||||
self.bred = f'{self.bold}{self.red}'
|
||||
self.endc = self.color['endc']
|
||||
self.progress = ProgressBar()
|
||||
self.stderr = None
|
||||
self.stdout = None
|
||||
|
|
Loading…
Reference in a new issue