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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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