Ver a proveniência

fix: return next Moon phase with the correct time zone

tags/v0.10.7
Jérôme Deuchnord há 2 anos
committed by Jérôme Deuchnord
ascendente
cometimento
1cc891395e
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      _kosmorro/main.py

+ 1
- 1
_kosmorro/main.py Ver ficheiro

@@ -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(


Carregando…
Cancelar
Guardar