Compare commits

..

No commits in common. "d94c1f4e3d990d06909dbb9d8d8433a6109e02ec" and "91111b220b87736f79426015fca54a81d0a0c1e5" have entirely different histories.

View File

@ -38,7 +38,6 @@ class Model:
print("let me tell everyone")
for k, v in self.sockets.items():
await v.send_json({"message": "nudes"})
return True
def save(self):
with open(self.filename, "w") as f: