Jonhen
Results
3
issues of
Jonhen
on error the input of URI.decode_www_form must be ASCII only string
Please make changes, sometimes freezes. ``` def __init__(self, api_key, timeout = 10): ... self.timeout = timeout def fetch(self, uri): response = urlopen(self.base_uri + uri + '&api_key=' + self.api_key, timeout =...
In the resource method of the Client class, the Resource class is not created correctly.