subutux / rmapy

A unofficial python module for interacting with the Remarkable Cloud
http://rmapy.readthedocs.io/
MIT License
125 stars 48 forks source link

register_device results in http code 400 #1

Closed jodergrosse closed 4 years ago

jodergrosse commented 4 years ago

I figured response = self.request("POST", DEVICE_TOKEN_URL, body) should probably be response = self.request("POST", DEVICE_TOKEN_URL, body=body) (api.py line 120)