File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1515
1616- Added support for frequency_resolution in KHz [#3035]
1717
18+ gama
19+ ^^^^
20+
21+ - Change URL to https and thus making the module functional again. [#3056]
22+
1823mpc
1924^^^
2025
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ class GAMAClass(BaseQuery):
1515 TODO: document
1616 """
1717
18- request_url = 'http ://www.gama-survey.org/dr3/query/'
18+ request_url = 'https ://www.gama-survey.org/dr3/query/'
1919 timeout = 60
2020
2121 def query_sql_async (self , * args , ** kwargs ):
Original file line number Diff line number Diff line change 44from ... import gama
55
66SQL_QUERY = "SELECT * FROM SpecAll LIMIT 5"
7- GAMA_URL = "http ://www.gama-survey.org/"
7+ GAMA_URL = "https ://www.gama-survey.org/"
88
99
1010@pytest .mark .remote_data
You can’t perform that action at this time.
0 commit comments