Skip to content

Commit

Permalink
Fixed a bug about 雷域大泽·天乙玄晶 and 战宝迦兰·飞仙玄晶.
Browse files Browse the repository at this point in the history
  • Loading branch information
HornCopper committed Jun 24, 2023
1 parent 17fe046 commit 573bdf1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/plugins/jx3/dungeon/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ async def genderater(map, mode, boss):
chart.append(new)
new = []
num = 0
num = 0
if len(new) != 0:
chart.append(new)
html = css + tabulate(chart, tablefmt="unsafehtml")
final_path = CACHE + "/" + get_uuid() + ".html"
write(final_path, html)
Expand Down

0 comments on commit 573bdf1

Please sign in to comment.