Skip to content

Commit 8e8c106

Browse files
authored
Merge pull request #2700 from keflavich/vizier_url_2023
Update vizier default url
2 parents dfb7549 + fdbc216 commit 8e8c106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/vizier/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Conf(_config.ConfigNamespace):
2222
"""
2323

2424
server = _config.ConfigItem(
25-
['vizier.u-strasbg.fr',
25+
['vizier.cds.unistra.fr',
2626
'vizier.cfa.harvard.edu',
2727
'vizier.nao.ac.jp',
2828
'vizier.hia.nrc.ca',

0 commit comments

Comments
 (0)