add volume

This commit is contained in:
chrys 2016-07-15 00:22:04 +02:00
parent b81b35a6cf
commit 38adf5eaf4

View File

@ -48,7 +48,7 @@ class fenrir():
def handleCommands(self):
if (self.environment['commandInfo']['currCommand'] != '') and \
(time.time() - self.environment['commandInfo']['lastCommandTime'] >= 0.05):
(time.time() - self.environment['commandInfo']['lastCommandTime'] >= 0.02):
self.environment = self.environment['runtime']['commandManager'].executeCommand(self.environment, self.environment['commandInfo']['currCommand'], 'commands')
def shutdown(self):