TionAPI / tion_python

Python module for Tion
GNU Lesser General Public License v3.0
64 stars 9 forks source link

fix: pop first byte of request while splitting #41

Closed IATkachenko closed 2 years ago

IATkachenko commented 2 years ago

We should pass position to pop() to remove first element of array.

Fix HA-tion/#92