Skip to content

Commit f1c2791

Browse files
committed
Respsect cache parameter.
1 parent 906917c commit f1c2791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/mpc/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ def get_ephemeris_async(self, target, *, location='500', start=None, step='1d',
596596
return request_args
597597

598598
self.query_type = 'ephemeris'
599-
response = self._request('POST', self.MPES_URL, data=request_args)
599+
response = self._request('POST', self.MPES_URL, data=request_args, cache=cache)
600600

601601
return response
602602

0 commit comments

Comments
 (0)