Update 50000-UpdateDevices.py

This commit is contained in:
chrys87
2018-05-18 11:11:09 +02:00
committed by GitHub
parent f7cb9463b9
commit 46940e9048

View File

@ -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