BucknellSustainability / Flower

Show case of sustainability efforts at Bucknell
MIT License
3 stars 2 forks source link

Fix read buffer #394

Closed Phlosioneer closed 6 years ago

Phlosioneer commented 6 years ago

Fixed the previous hack where it would just blindly read 100 chars and look for exactly one data point. It now reads char by char.

I also fixed some indentation errors caused by my previous PR.

Phlosioneer commented 6 years ago

This is now part of the error logging PR #396 , because lazyness when branching.