This commit is contained in:
Johannes Wendel
2019-10-30 21:07:26 +01:00
parent 09469b3de9
commit 10024a11cc

View File

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