Explorar el Código

fix: return next Moon phase with the correct time zone

tags/v0.10.7
Jérôme Deuchnord hace 2 años
committed by Jérôme Deuchnord
padre
commit
1cc891395e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      _kosmorro/main.py

+ 1
- 1
_kosmorro/main.py Ver fichero

@@ -155,7 +155,7 @@ def get_information(
eph = []

try:
moon_phase = get_moon_phase(compute_date)
moon_phase = get_moon_phase(for_date=compute_date, timezone=timezone)
except OutOfRangeDateError as error:
moon_phase = None
print(


Cargando…
Cancelar
Guardar