tweak main looop

This commit is contained in:
chrys
2016-07-08 14:29:35 +02:00
parent 54cde85c7f
commit fb63606bfb
7 changed files with 22 additions and 18 deletions

View File

@@ -39,7 +39,7 @@ class fenrir():
self.threadHandleInput.start()
self.threadCommandQueue.start()
while(self.environment['generalInformation']['running']):
time.sleep(2)
time.sleep(0.2)
self.shutdown()
def handleInput(self):