SkySlic3
Results
1
comments of
SkySlic3
> @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) > print(resp.json()) > ``` > >...