TOMToolkit / tom_base

The base Django project for a Target and Observation Manager
https://tom-toolkit.readthedocs.io
GNU General Public License v3.0
26 stars 45 forks source link

update get_moon to get_body #897

Closed griffin-h closed 5 months ago

griffin-h commented 5 months ago

This is a minor fix to avoid the deprecation warning for get_moon (see here) by replacing it with get_body.

griffin-h commented 5 months ago

Resolves #890