We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da9f5f2 commit fcff25cCopy full SHA for fcff25c
1 file changed
app.py
@@ -40,8 +40,6 @@ def text_recv(self, txt, chatid):
40
del self.chats[chatid]
41
self.reply(chatid, "\U0001F63F Ok, take it easy\nbye.")
42
open('chats', 'w').write(json.dumps(self.chats))
43
- # else:
44
- # self.reply(chatid, "\U0001F612 I won't talk to you.")
45
46
def send_to_all(self, msg):
47
for c in self.chats:
0 commit comments