This commit is contained in:
Jonas Zeunert
2020-02-14 00:48:38 +01:00
parent 49ecf0f244
commit 22cb3fa229
3 changed files with 3 additions and 6 deletions

View File

@@ -7,8 +7,7 @@ class InputHandler:
self.isRunning = True
self.targets = targets
@asyncio.coroutine
def handleInputs(self):
async def handleInputs(self):
self.isRunning = True
while self.isRunning:
event = await Networking().getInputEvent()