Skip to content

Commit

Permalink
Merge pull request #10 from jebberwocky/master
Browse files Browse the repository at this point in the history
fix #9
  • Loading branch information
kentang2017 authored Jun 3, 2024
2 parents f19da98 + 92d2f17 commit 51ff800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ichingshifa/ichingshifa.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ def bookgua_details(self):
#現在時間起卦
def current_bookgua(self):
now = datetime.datetime.now()
return self.datetime_bookgua(int(now.year), int(now.month), int(now.day), int(now.hour))
return self.datetime_bookgua(int(now.year), int(now.month), int(now.day), int(now.hour), int(now.minute))

def dc_gua(self, gua):
fivestars = self.data.get("五星")
Expand Down

0 comments on commit 51ff800

Please sign in to comment.