From 32b144b4f29a3305dc38543c5efd44f3e4a5f161 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Fri, 22 Mar 2024 18:38:41 +0200 Subject: [PATCH] Fix for new line --- slpkg/check_updates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slpkg/check_updates.py b/slpkg/check_updates.py index e1a5d844..5522a57a 100644 --- a/slpkg/check_updates.py +++ b/slpkg/check_updates.py @@ -144,5 +144,5 @@ class CheckUpdates(Configs): process_2.terminate() # Restore the terminal cursor - print('\x1b[?25h', self.endc, end='') + print('\x1b[?25h') return queue.get()