Skip to content

Commit f533995

Browse files
committed
BUG: fix tap url for esa.hubble
1 parent 2486495 commit f533995

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

astroquery/esa/hubble/core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ def __init__(self, tap_handler=None):
4747
super().__init__()
4848

4949
if tap_handler is None:
50-
self._tap = TapPlus(url="http://hst.esac.esa.int"
51-
"/tap-server/tap/")
50+
self._tap = TapPlus(url="https://hst.esac.esa.int"
51+
"/tap-server/tap")
5252
else:
5353
self._tap = tap_handler
5454

0 commit comments

Comments
 (0)