soukainazay
Results
2
comments of
soukainazay
it's not working for me i've tried all the things discussed, can any one help me out please :(
> > @GiangTieuDau try the following on lines 690 and 691. > > ``` > > self.headers.update({'X-ApiKey': self.apikey}) > > print(self.headers) > > resp = self.session.get(url, headers=self.headers, timeout=self.timeout) > >...