clear screen

This commit is contained in:
rootzoll
2020-07-14 16:24:08 +02:00
parent f58fcd2752
commit 2749f722a0

View File

@@ -281,6 +281,7 @@ This looks not like a valid token.
choices=choices, width=60, height=10, title="Select Service")
# if user chosses CANCEL
os.system("clear")
if code != d.OK:
sys.exit(0)