python-forex-quotes icon indicating copy to clipboard operation
python-forex-quotes copied to clipboard

urlopen timeout

Open JonhenHS opened this issue 7 years ago • 0 comments

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 = self.timeout)
        ...

JonhenHS avatar Sep 04 '18 13:09 JonhenHS