rhgrant10 / berserk

Python client for the lichess API
https://berserk.readthedocs.io
Other
142 stars 36 forks source link

board seek function increment parameter in seconds, not minutes #55

Open drakemj opened 1 year ago

drakemj commented 1 year ago

Description

In the docs, the seek function is described to take time and increment in minutes. image

While the Lichess API says that increment is taken in seconds, which makes sense. image

What I Did

N/A