fix indent
This commit is contained in:
parent
7c71ebd451
commit
9138fe2bfc
@ -162,7 +162,6 @@ class driver():
|
||||
def grabDevices(self):
|
||||
if not self._initialized:
|
||||
return None
|
||||
try:
|
||||
for fd in self.iDevices:
|
||||
try:
|
||||
self.uDevices[fd] = UInput.from_device(self.iDevices[fd].fn)
|
||||
@ -199,7 +198,6 @@ class driver():
|
||||
# )
|
||||
# dev.grab()
|
||||
|
||||
|
||||
def releaseDevices(self):
|
||||
if not self._initialized:
|
||||
return None
|
||||
|
Loading…
x
Reference in New Issue
Block a user