Skip to content

Commit fcff25c

Browse files
committed
close: remove I won't talk to you
1 parent da9f5f2 commit fcff25c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ def text_recv(self, txt, chatid):
4040
del self.chats[chatid]
4141
self.reply(chatid, "\U0001F63F Ok, take it easy\nbye.")
4242
open('chats', 'w').write(json.dumps(self.chats))
43-
# else:
44-
# self.reply(chatid, "\U0001F612 I won't talk to you.")
4543

4644
def send_to_all(self, msg):
4745
for c in self.chats:

0 commit comments

Comments
 (0)