Closed HydraBor closed 2 years ago
From https://codeforces.com/apiHelp we know
https://codeforces.com/apiHelp
API may be requested at most 1 time per two seconds. If you send more requests, you will receive a response with "FAILED" status and "Call limit exceeded" comment.
A debounce should be add to prevent too many request, or catch FAILED exception.
FAILED
Don't worry, I will tackle it.
From
https://codeforces.com/apiHelp
we knowA debounce should be add to prevent too many request, or catch
FAILED
exception.