createcandle / Candle-manager-addon

An add-on for the Candle Controller / WebThings Gateway. It allows you to upload code to Arduino's with the click of a button.
MIT License
5 stars 5 forks source link

Flush log prints. #3

Closed mrstegeman closed 4 years ago

mrstegeman commented 4 years ago

The API handler is working just fine. You just weren't seeing the log messages because of how Python buffers print statements.

createcandle commented 4 years ago

Haha, wow, great!