diff --git a/notifications_client.py b/notifications_client.py index 5f5268aaa..7d2fdc04e 100644 --- a/notifications_client.py +++ b/notifications_client.py @@ -39,6 +39,7 @@ from pgp import pgpEncryptToActor def _clearScreen() -> None: print(chr(27) + "[2J") print('\x1b[2J') + os.system('cls' if os.name == 'nt' else 'clear') def _waitForKeypress(timeout: int, debug: bool) -> str: