MitchellHarrison / stream-environment

Python. Postgres. Docker. | Microservices in pursuit of a better, more interactive live stream. https://twitch.tv/mitchsworkshop
https://twitch.tv/mitchsworkshop
MIT License
20 stars 12 forks source link

stop chat from being stored with "\r" at the end #34

Open MitchellHarrison opened 2 years ago

MitchellHarrison commented 2 years ago

Every chat message in the database currently ends with \r. Something in the pipeline is appending it, or it's PeeWee's doing. Either way, I need to investigate the issue and solve it. No leads right now.