This website works better with JavaScript.
Home
Explore
Help
Sign In
Kosmorro
/
lib
mirror of
https://github.com/Kosmorro/lib
Watch
1
Star
0
Fork
0
Code
Issues
Releases
16
Activity
Browse Source
Add minor change in season change event
pull/24/head
Tung Lam Nguyen Le
3 years ago
committed by
Jérôme Deuchnord
parent
1291d286d3
commit
b170c61284
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
kosmorrolib/events.py
+ 1
- 0
kosmorrolib/events.py
View File
@@ -296,6 +296,7 @@ def get_events(for_date: date = date.today(), timezone: int = 0) -> [Event]:
_search_maximal_elongations,
_search_moon_apogee,
_search_moon_perigee,
_earth_change_season
]:
found_events.append(fun(start_time, end_time, timezone))
Write
Preview
Loading…
Cancel
Save