flask-chat-app
flask-chat-app copied to clipboard
A chat application created using Flask and Socket.IO
Anybody have a remedy?
#### `current_user.is_authenticated()` throwing error `TypeError: 'bool' object is not callable. (Line:23) ### you have to use it in this way : #### ```current_user.is_authenticated``` https://stackoverflow.com/questions/32983133/is-authenticated-raises-typeerror-typeerror-bool-object-is-not-callable
Hello, Is there any easy way to modify this code to run with static login/password? I would like to be able to test it without setting up a mongodb. Cheers

> [!WARNING] > # You have an exposed mongoDB cluster containing multiple databases in this repository. #### Hey nikhilkumarsingh, If you receive this issue don't panic, I am a friendly...