jparise / vesta

Vestaboard client library for Python
https://vesta-py.readthedocs.io
MIT License
20 stars 1 forks source link

Fix ReadWriteClient.get_message() result type #119

Closed jparise closed 1 year ago

jparise commented 1 year ago

This method was previously returning a JSON-encoded string value representing the rows. We instead want to decode that string and return a full Rows value (list of lists).