scheisse
This commit is contained in:
@@ -48,8 +48,7 @@ class Networking(metaclass=Singleton):
|
||||
def writeDisplayScore(self, display, score):
|
||||
self.get("/displays/" + display + "/write_score/" + str(score))
|
||||
|
||||
@asyncio.coroutine
|
||||
def getInputEvent(self):
|
||||
async def getInputEvent(self):
|
||||
header = list()
|
||||
while b'\x02' not in header:
|
||||
byte = self.input_socket.recv(1)
|
||||
|
||||
Reference in New Issue
Block a user