mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-20 10:26:44 +01:00
Fix for dots
This commit is contained in:
parent
20633621a3
commit
3284b8f0ca
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ class CheckUpdates(Configs):
|
|||
|
||||
print('\x1b[?25h')
|
||||
else:
|
||||
print(f'\r{message} ', end='')
|
||||
print(f'\r{message}... ', end='')
|
||||
self.check_the_repositories()
|
||||
print()
|
||||
|
||||
|
|
Loading…
Reference in a new issue