Skip to content

Commit

Permalink
added "detail:min" parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
chmmao committed Dec 22, 2024
1 parent 1158abf commit 86e52de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyvo/dal/tap.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def tables(self):
if self._tables is None:
tables_url = '{}/tables'.format(self.baseurl)

response = self._session.get(tables_url, stream=True)
response = self._session.get(tables_url, params={"detail":"min"}, stream=True)

try:
response.raise_for_status()
Expand Down

0 comments on commit 86e52de

Please sign in to comment.