Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
Kosmorro
/
kosmorro
mirror da
https://github.com/Kosmorro/kosmorro
Segui
1
Vota
0
Forka
0
Codice
Problemi
Rilasci
33
Attività
Sfoglia il codice sorgente
fix: return next Moon phase with the correct time zone
tags/v0.10.7
Jérôme Deuchnord
3 anni fa
committed by
Jérôme Deuchnord
parent
2a4286de96
commit
1cc891395e
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
_kosmorro/main.py
+ 1
- 1
_kosmorro/main.py
Vedi File
@@ -155,7 +155,7 @@ def get_information(
eph = []
try:
moon_phase = get_moon_phase(compute_date)
moon_phase = get_moon_phase(
for_date=
compute_dat
e, timezone=timezon
e)
except OutOfRangeDateError as error:
moon_phase = None
print(
Scrivi
Anteprima
|
|
|
|
|
|
x
0
0
0:0
Caricamento…
Annulla
Salva