hzulla / tolino-python

Access to tolino cloud with Python 3
GNU Lesser General Public License v2.1
78 stars 35 forks source link

Convert header fields to string for Requests 2.11 #19 #21

Closed bascht closed 6 years ago

bascht commented 6 years ago

Converts the m_id header field to as Requests 2.11 seems to no longer convert this automatically.

Fixes #19

hzulla commented 6 years ago

Thank you!