takos22 / codingame

Wrapper for the undocumented CodinGame API. Can be used both synchronously and asynchronlously.
https://codingame.readthedocs.io
MIT License
21 stars 7 forks source link

Fix docs bug with remember_me_cookie as login param #16

Closed darthwalsh closed 3 years ago

darthwalsh commented 3 years ago

codingame.Client() doesn't have param remember_me_cookie Update example code to pass cookie to login()

(Sorry if the PR isn't based from the right branch; I didn't see CONTRIBUTING docs about which branch the PR should merge into. Maybe it should go to 1.2.x if you are still updating that.)

takos22 commented 3 years ago

Nice catch, I updated the base branch and I will add a CONTRIBUTING.md soon