replace loop by an sleep

This commit is contained in:
chrys 2016-10-08 02:57:59 +02:00
parent 0ccf22e378
commit f996132043

View File

@ -14,5 +14,6 @@ try:
brl.writeText( 'this is a 5 second test') brl.writeText( 'this is a 5 second test')
except Exception as e: except Exception as e:
print(e) print(e)
brl.leaveTtyMode()
time.sleep(5) time.sleep(5)
brl.leaveTtyMode()