From 46940e904854cda81f52e401e295b5e453abe4ce Mon Sep 17 00:00:00 2001 From: chrys87 Date: Fri, 18 May 2018 11:11:09 +0200 Subject: [PATCH] Update 50000-UpdateDevices.py --- .../commands/onPlugInputDevice/50000-UpdateDevices.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/fenrirscreenreader/commands/onPlugInputDevice/50000-UpdateDevices.py b/src/fenrirscreenreader/commands/onPlugInputDevice/50000-UpdateDevices.py index f09b3d35..9d0c0677 100755 --- a/src/fenrirscreenreader/commands/onPlugInputDevice/50000-UpdateDevices.py +++ b/src/fenrirscreenreader/commands/onPlugInputDevice/50000-UpdateDevices.py @@ -16,6 +16,7 @@ class command(): def getDescription(self): return 'No description found' def run(self): - self.env['runtime']['inputManager'].updateInputDevices() + pass + #self.env['runtime']['inputManager'].updateInputDevices() def setCallback(self, callback): pass