rmountjoy92 / DashMachine

Another web application bookmark dashboard, with fun features.
GNU General Public License v3.0
1.24k stars 119 forks source link

fix rest platform headers not working #91

Closed Aerion closed 4 years ago

Aerion commented 4 years ago

headers were of type str, but requests.get expects a dict. This deserializes the headers argument from str to dict (via json).

Fixes #90