try to enter tty mode

This commit is contained in:
chrys 2016-10-08 02:25:40 +02:00
parent a809eda860
commit 2037297352

View File

@ -11,7 +11,7 @@ print('driver name'+str(brl.driverName))
t = time.time() t = time.time()
while(time.time() - t <= 5): while(time.time() - t <= 5):
try: try:
brl.writeText(0,'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)