mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-19 10:27:07 +01:00
Fix for new line
This commit is contained in:
parent
b81ae43452
commit
d6eca8065f
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ class CheckUpdates(Configs):
|
|||
return local_size != repo_size
|
||||
|
||||
def error_connect_message(self, repo_chg_txt: str) -> None:
|
||||
print(f'\n{self.endc}{self.prog_name}: {self.bred}Error:{self.endc} '
|
||||
print(f'{self.endc}{self.prog_name}: {self.bred}Error:{self.endc} '
|
||||
f'Failed to connect to {repo_chg_txt}\n')
|
||||
|
||||
def set_http_proxy_server(self) -> None:
|
||||
|
|
Loading…
Reference in a new issue