瀏覽代碼

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(


Loading…
取消
儲存