diff --git a/src/fenrirscreenreader/commands/onPlugInputDevice/50000-UpdateDevices.py b/src/fenrirscreenreader/commands/onPlugInputDevice/50000-UpdateDevices.py index fa2d364a..8e925bfe 100755 --- a/src/fenrirscreenreader/commands/onPlugInputDevice/50000-UpdateDevices.py +++ b/src/fenrirscreenreader/commands/onPlugInputDevice/50000-UpdateDevices.py @@ -16,6 +16,6 @@ class command(): def getDescription(self): return 'No description found' def run(self): - self.env['runtime']['inputManager'].updateInputDevices() + pass def setCallback(self, callback): pass