Skip to content

Commit 09bd956

Browse files
committed
BUG: changing default kwarg value to aling with type and rest of API
1 parent 8d8f81a commit 09bd956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/alma/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ def query_region_async(self, coordinate, radius, *, public=True,
335335
payload=payload, **kwargs)
336336

337337
def query_async(self, payload, *, public=True, science=True,
338-
legacy_columns=False, get_query_payload=None,
338+
legacy_columns=False, get_query_payload=False,
339339
maxrec=None, **kwargs):
340340
"""
341341
Perform a generic query with user-specified payload

0 commit comments

Comments
 (0)