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
1730c8e3de
commit
57a3594883
1 changed files with 1 additions and 1 deletions
|
@ -144,5 +144,5 @@ class CheckUpdates(Configs):
|
||||||
process_2.terminate()
|
process_2.terminate()
|
||||||
|
|
||||||
# Restore the terminal cursor
|
# Restore the terminal cursor
|
||||||
print('\x1b[?25h', self.endc)
|
print('\x1b[?25h', self.endc, end='')
|
||||||
return queue.get()
|
return queue.get()
|
||||||
|
|
Loading…
Reference in a new issue