ソースを参照

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(


読み込み中…
キャンセル
保存