diff --git a/oda_api/api.py b/oda_api/api.py index 400bcb5b..f5b5d6d6 100644 --- a/oda_api/api.py +++ b/oda_api/api.py @@ -976,9 +976,7 @@ def get_product_description(self, instrument, product_name): @safe_run def get_instruments_list(self): - url_request = "%s/api/instr-list" % self.url - print(f"url request: {url_request}") - res = requests.get(url_request, + res = requests.get("%s/api/instr-list" % self.url, params=dict(instrument=self.instrument, token=self.token), cookies=self.cookies) if res.status_code != 200: