leve TTY mode

This commit is contained in:
chrys 2016-10-08 02:29:01 +02:00
parent 2037297352
commit 8290b2282c

View File

@ -11,8 +11,8 @@ print('driver name'+str(brl.driverName))
t = time.time()
while(time.time() - t <= 5):
try:
brl.writeText('this is a 5 second test')
brl.writeText( 'this is a 5 second test')
except Exception as e:
print(e)
brl.leaveTtyMode()