Skip to content

Commit 282befc

Browse files
committed
Change the location of the FIRST cutout server
The old third server is no longer supported and has practically stopped working. This configuration change gives the new URL for the server. Note this change does not happen often -- the URL has been the same since 1997 before this change!
1 parent 4623c1f commit 282befc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/image_cutouts/first/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class Conf(_config.ConfigNamespace):
1717
Configuration parameters for `astroquery.image_cutouts.first`.
1818
"""
1919
server = _config.ConfigItem(
20-
['https://third.ucllnl.org/cgi-bin/firstcutout'],
20+
['https://sundog.stsci.edu/cgi-bin/firstcutout'],
2121
'Name of the FIRST server.')
2222
timeout = _config.ConfigItem(
2323
60,

0 commit comments

Comments
 (0)