leve TTY mode

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

View File

@ -14,5 +14,5 @@ while(time.time() - t <= 5):
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()