mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Fix for new line
This commit is contained in:
parent
1730c8e3de
commit
57a3594883
1 changed files with 1 additions and 1 deletions
|
@ -144,5 +144,5 @@ class CheckUpdates(Configs):
|
|||
process_2.terminate()
|
||||
|
||||
# Restore the terminal cursor
|
||||
print('\x1b[?25h', self.endc)
|
||||
print('\x1b[?25h', self.endc, end='')
|
||||
return queue.get()
|
||||
|
|
Loading…
Reference in a new issue