Update fenrirManager.py

This commit is contained in:
chrys87
2018-03-07 14:24:37 +01:00
committed by GitHub
parent 8445832db5
commit 2dc0e21594

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']