This website works better with JavaScript.
首頁
探索
說明
登入
Kosmorro
/
kosmorro
镜像来自
https://github.com/Kosmorro/kosmorro
關註
1
收藏
0
複製
0
程式碼
問題管理
版本發佈
33
Activity
瀏覽代碼
fix: return next Moon phase with the correct time zone
tags/v0.10.7
Jérôme Deuchnord
3 年之前
committed by
Jérôme Deuchnord
父節點
2a4286de96
當前提交
1cc891395e
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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_dat
e, timezone=timezon
e)
except OutOfRangeDateError as error:
moon_phase = None
print(
Write
Preview
|
|
|
|
|
|
x
0
0
0:0
Loading…
取消
儲存