From 8290b2282c5fb45cb3f167d625d8c1ab0c5f4ac5 Mon Sep 17 00:00:00 2001 From: chrys Date: Sat, 8 Oct 2016 02:29:01 +0200 Subject: [PATCH] leve TTY mode --- play zone/writeBrl.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/play zone/writeBrl.py b/play zone/writeBrl.py index 8b43ccd2..275419b1 100755 --- a/play zone/writeBrl.py +++ b/play zone/writeBrl.py @@ -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()