|
@@ -60,7 +60,9 @@ def _get_skyfield_to_moon_phase( |
|
|
) |
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def get_moon_phase(compute_date: datetime.date = datetime.date.today(), timezone: int = 0) -> MoonPhase: |
|
|
|
|
|
|
|
|
def get_moon_phase( |
|
|
|
|
|
compute_date: datetime.date = datetime.date.today(), timezone: int = 0 |
|
|
|
|
|
) -> MoonPhase: |
|
|
earth = get_skf_objects()["earth"] |
|
|
earth = get_skf_objects()["earth"] |
|
|
moon = get_skf_objects()["moon"] |
|
|
moon = get_skf_objects()["moon"] |
|
|
sun = get_skf_objects()["sun"] |
|
|
sun = get_skf_objects()["sun"] |
|
|