replace enterTtyMode with enterTtyModeWithPath
This commit is contained in:
parent
8290b2282c
commit
de717bca89
@ -4,7 +4,7 @@ import brlapi
|
|||||||
import time
|
import time
|
||||||
|
|
||||||
brl = brlapi.Connection()
|
brl = brlapi.Connection()
|
||||||
brl.enterTtyMode()
|
brl.enterTtyModeWithPath()
|
||||||
print('display size' + str(brl.displaySize))
|
print('display size' + str(brl.displaySize))
|
||||||
print('driver name'+str(brl.driverName))
|
print('driver name'+str(brl.driverName))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user