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 9acc253 commit 4f350fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ichingshifa/ichingshifa.py
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ def display_pan_m(self, year, month, day, hour, minute, mgua):
q = "{}\n{}\n{}\n{}\n\n".format(" ".join(cg[0]), " ".join(cg[1]), " ".join(cg[2]), " ".join(cg[3]))
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]))
s = "{}\n{}\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))
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

Expand Down Expand Up @@ -1047,7 +1047,7 @@ def display_pan(self, year, month, day, hour, minute):
q = "{}\n{}\n{}\n{}\n\n".format(" ".join(cg[0]), " ".join(cg[1]), " ".join(cg[2]), " ".join(cg[3]))
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]))
s = "{}\n{}\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))
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

Expand Down

0 comments on commit 4f350fd

Please sign in to comment.