mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-05 08:46:20 +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.yellow = self.color['yellow']
|
||||||
self.red = self.color['red']
|
self.red = self.color['red']
|
||||||
self.blue = self.color['blue']
|
self.blue = self.color['blue']
|
||||||
|
self.endc = self.color['endc']
|
||||||
self.byellow = f'{self.bold}{self.yellow}'
|
self.byellow = f'{self.bold}{self.yellow}'
|
||||||
self.bred = f'{self.bold}{self.red}'
|
self.bred = f'{self.bold}{self.red}'
|
||||||
self.endc = self.color['endc']
|
|
||||||
self.progress = ProgressBar()
|
self.progress = ProgressBar()
|
||||||
self.stderr = None
|
self.stderr = None
|
||||||
self.stdout = None
|
self.stdout = None
|
||||||
|
|
Loading…
Add table
Reference in a new issue