bottle-chat
bottle-chat copied to clipboard
A small bottle chat application.
Results
1
bottle-chat issues
Sort by
recently updated
recently updated
newest added
**app.py line 49** if you use: `text = request.forms.text` instead of: `text = request.forms.get('text', '')` you don't scramble non 7bit ASCII chars