Closed kiddten closed 8 years ago
Here is the code:
@dota.on('ready') def fetch_matches(): jobid = dota.request_matches(account_id=70388657, matches_requested=5) resp = dota.wait_event(jobid, timeout=5) if resp: print resp
resp is None
I've tried various timeouts..
That message has been problematic. It might have been disabled completely, as stated in the docs various parameters didn't work before.
Here is the code:
resp is None
I've tried various timeouts..