deactate because blocking call

This commit is contained in:
chrys 2016-07-07 21:53:37 +02:00
parent 5ee9dca99e
commit 97f006abcc

View File

@ -39,7 +39,9 @@ class fenrir():
def proceed(self):
while(self.runtime['running']):
self.runtime = self.runtime['screenDriver'].analyzeScreen(self.runtime)
self.runtime['inputManager'].getKeyPressed(self.runtime)
# self.runtime = self.runtime['inputManager'].getKeyPressed(self.runtime)
self.shutdown()
def shutdown(self):
pass