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

app.py file isssue #80

Closed nsaabir closed 3 years ago

nsaabir commented 3 years ago

In the app.py file, there is a few lines of code that needed to be taken out. The code that was taken out was:

liked = user.liked

if liked == True: liked = '1' else: liked = '0'