mayukh18 / BlindChat

a facebook messenger bot that allows users to chat with other people on facebook anonymously
https://m.me/blindchat.go/
MIT License
111 stars 127 forks source link

Code smell removed #54

Open archeraghi opened 4 years ago

archeraghi commented 4 years ago

Remove this #users = User.query.all()

for user in users:

#    id = user.id
#send_message(message, id=id)

commented out code.