소스 검색

fix: return next Moon phase with the correct time zone

tags/v0.10.7
Jérôme Deuchnord 2 년 전
committed by Jérôme Deuchnord
부모
커밋
1cc891395e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      _kosmorro/main.py

+ 1
- 1
_kosmorro/main.py 파일 보기

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


불러오는 중...
취소
저장