replace loop by an sleep
This commit is contained in:
parent
0ccf22e378
commit
f996132043
@ -14,5 +14,6 @@ try:
|
||||
brl.writeText( 'this is a 5 second test')
|
||||
except Exception as e:
|
||||
print(e)
|
||||
brl.leaveTtyMode()
|
||||
time.sleep(5)
|
||||
brl.leaveTtyMode()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user