Skip to content

Commit 8708bc8

Browse files
committed
Use new instrument tables from DeepskyLog.
1 parent 9d1aa2a commit 8708bc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pydeepskylog/deepskylog_interface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def dsl_instruments(username: str) -> dict:
1212
Returns:
1313
dict: A dictionary containing the instruments' specifications, in JSON format.
1414
"""
15-
return _dsl_api_call("instruments", username)
15+
return _dsl_api_call("instrument", username)
1616

1717
def dsl_eyepieces(username: str) -> dict:
1818
"""

0 commit comments

Comments
 (0)