heroku-python / flask-sockets

[DEPRECATED] Alternative: https://github.com/miguelgrinberg/flask-sock
MIT License
1.74k stars 167 forks source link

fix type error #79

Open marlop352 opened 3 years ago

marlop352 commented 3 years ago

fix the type error

  File "/home/marlus/friend/marionette/server/virtualenv/lib/python3.8/site-packages/flask_sockets.py", line 109, in log_request
    if '101' not in self.status:
TypeError: a bytes-like object is required, not 'str'

so that logging works correctly on gunicorn