Skip to content

Commit

Permalink
Update ichingshifa.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kentang2017 authored Aug 29, 2024
1 parent 3032639 commit dc0eed1
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 @@ -819,7 +819,7 @@ def display_pan_m(self, year, month, day, hour, minute, mgua):
r = "\n後天策數\n"
hcg = self.acquired_cegui(year, month, day, hour, minute)
s = "{}\n{}\n{}\n{}\n".format(" ".join(hcg[0]), " ".join(hcg[1]), " ".join(hcg[2]), " ".join(hcg[3]))
t = "{}\n\n".format(self.get_acquired_code(year, month, day, hour, minute))
t = "{}\n\n".format(self.get_acquired_code(year, month, day, hour, minute))
return a+b+c0+c+c1+c2+p+q+r+s+t+c3+c4+c5+c5_1+d+e+f+g+h+i+j+k+l+m+n+o

def display_pan(self, year, month, day, hour, minute):
Expand Down

0 comments on commit dc0eed1

Please sign in to comment.