Syntax fix
This commit is contained in:
parent
05c472a3de
commit
866833df65
2
model.py
2
model.py
@ -42,7 +42,7 @@ class Model:
|
|||||||
async def send_state(self, clientid):
|
async def send_state(self, clientid):
|
||||||
# TODO: compute state, send to client
|
# TODO: compute state, send to client
|
||||||
data = {"message": "nudes"}
|
data = {"message": "nudes"}
|
||||||
for socket in self.sockets[clientid]
|
for socket in self.sockets[clientid]:
|
||||||
socket.send_json(data)
|
socket.send_json(data)
|
||||||
|
|
||||||
def save(self):
|
def save(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user