浏览代码

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(


正在加载...
取消
保存