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

Update app.py #53

Open archeraghi opened 4 years ago

archeraghi commented 4 years ago

Removed three code smells: 1- Rename function "getProfile" to match the regular expression "get_profile" 2- Remove the unused local variable "i" 3- Merged two ifs to one elseIf