Fix for new line

This commit is contained in:
Dimitris Zlatanidis 2024-03-22 18:06:41 +02:00
parent 1730c8e3de
commit 57a3594883

View file

@ -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()