Skip to content

Commit

Permalink
Update ichingshifa.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kentang2017 authored Nov 13, 2023
1 parent 8e6ceab commit e1daa21
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 @@ -525,7 +525,7 @@ def qigua_manual(self, y, m, d, h, minute, gua):
ggua = gua.replace("6","7").replace("9","8")
return {**{'日期':gangzhi[0]+"年"+gangzhi[1]+"月"+gangzhi[2]+"日"+gangzhi[3]+"時"}, **{"大衍筮法":self.mget_bookgua_details(gua)}, **self.decode_two_gua(gua, ggua, gangzhi[2])}

def display_pan_m(self, year, month, day, hour, minute, mgua):
def display_pan_m(self, year, month, day, hour, minute, mgua):
gz = self.gangzhi(year, month, day, hour, minute)
oo = self.qigua_manual(year, month, day, hour, minute, mgua).get('大衍筮法')
ogua = self.qigua_manual(year, month, day, hour, minute, mgua).get('大衍筮法')[0]
Expand Down

0 comments on commit e1daa21

Please sign in to comment.