@@ -15,8 +15,7 @@ class Game:
print('Received SIGINT. Stopping Game :-)')
self.is_running.release()
@asyncio.coroutine
def run(self):
async def run(self):
self.is_running.acquire()
asyncio.run(self.input_handler.handleInputs())
The note is not visible to the blocked user.