Don't set atspi timeout
Looking at the code I'm unconvinced this behaves as expected, in certain cases at least. So reverting it for now to avoid confusion.
This commit is contained in:
parent
521778636e
commit
4dc7b9e4a4
@ -24,8 +24,6 @@ import time
|
||||
from gi.repository import Atspi
|
||||
from gi.repository import GLib
|
||||
|
||||
Atspi.set_timeout(-1, -1)
|
||||
|
||||
|
||||
def get_root():
|
||||
return Node(Atspi.get_desktop(0))
|
||||
|
Loading…
Reference in New Issue
Block a user