This commit is contained in:
Johannes Wendel
2019-10-30 21:07:26 +01:00
parent c695b928ab
commit cb5b20be0c

View File

@@ -46,4 +46,4 @@ class Networking:
self.get("/displays" + display + "/write_score/" + str(score)) self.get("/displays" + display + "/write_score/" + str(score))
def getInputEvent(self): def getInputEvent(self):
return '' return self.input_socket.recvmsg()