Skip to content

Commit e98f27d

Browse files
committed
Passing self._session to pyvo
1 parent b3a7ede commit e98f27d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/ipac/irsa/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def __init__(self):
4242
@property
4343
def sia(self):
4444
if not self._sia:
45-
self._sia = SIA2Service(baseurl=self.sia_url)
45+
self._sia = SIA2Service(baseurl=self.sia_url, session=self._session)
4646
return self._sia
4747

4848
@property

0 commit comments

Comments
 (0)