This website works better with JavaScript.
Home
Explore
Help
Sign In
Kosmorro
/
kosmorro
mirror of
https://github.com/Kosmorro/kosmorro
Watch
1
Star
0
Fork
0
Code
Issues
Releases
33
Activity
Browse Source
fix: return next Moon phase with the correct time zone
tags/v0.10.7
Jérôme Deuchnord
3 years ago
committed by
Jérôme Deuchnord
parent
2a4286de96
commit
1cc891395e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
_kosmorro/main.py
+ 1
- 1
_kosmorro/main.py
View 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(
Write
Preview
Loading…
Cancel
Save