merge-requests/30/head
Bob Mottram 2021-03-15 13:38:29 +00:00
parent 7ea1d4ff11
commit 4444d3cd3a
1 changed files with 0 additions and 2 deletions

View File

@ -37,8 +37,6 @@ from pgp import pgpEncryptToActor
def _clearScreen() -> None:
print(chr(27) + "[2J")
print('\x1b[2J')
os.system('cls' if os.name == 'nt' else 'clear')