Update fenrirManager.py

This commit is contained in:
chrys87 2018-03-07 14:24:37 +01:00 committed by GitHub
parent 8445832db5
commit 2dc0e21594
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,6 +82,8 @@ class fenrirManager():
self.environment['runtime']['commandManager'].executeDefaultTrigger('onInput')
#print('handleInput:',time.time() - startTime)
def handleExecuteCommand(self, event):
self.env['runtime']['debug'].writeDebugOut('DEBUG INPUT fenrirMan:' + str(event),debug.debugLevel.INFO)
if event['Data'] == '':
return
command = event['Data']