We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95c9216 commit 5ac549eCopy full SHA for 5ac549e
astroquery/gama/core.py
@@ -15,7 +15,7 @@ class GAMAClass(BaseQuery):
15
TODO: document
16
"""
17
18
- request_url = 'http://www.gama-survey.org/dr3/query/'
+ request_url = 'https://www.gama-survey.org/dr3/query/'
19
timeout = 60
20
21
def query_sql_async(self, *args, **kwargs):
astroquery/gama/tests/test_gama_remote.py
@@ -4,7 +4,7 @@
4
from ... import gama
5
6
SQL_QUERY = "SELECT * FROM SpecAll LIMIT 5"
7
-GAMA_URL = "http://www.gama-survey.org/"
+GAMA_URL = "https://www.gama-survey.org/"
8
9
10
@pytest.mark.remote_data
0 commit comments