ramonsaraiva / pubg-python

A python wrapper for the PUBG developer API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

redundant "Accept-Encoding" header

ariebovenberg opened this issue · comments

In RequestMixin, I see you're adding the Accept-Encoding: gzip header.
requests adds an Accept-Encoding: gzip, deflate header for you automatically, so there shouldn't be a need to do this manually.

See the docs here

True, nice catch! Will remove that 👍