djm / python-scrapyd-api

A Python wrapper for working with Scrapyd's API.
BSD 2-Clause "Simplified" License
268 stars 32 forks source link

Add 'rb' read mode #10

Closed Germey closed 7 years ago

Germey commented 7 years ago

If 'rb' is not defined, there will be an error like this: UnicodeDecodeError: 'utf-8' codec can't decode byte 0xae in position 10: invalid start byte

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 0a865a281308a5e87f1c5bf06193798d5f311df0 on Germey:master into a909769da100cdc22193719646dd364741894878 on djm:master.

djm commented 7 years ago

Appreciated, thanks! @Germey!