Skip to content

Commit

Permalink
test backup method for chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevnkkm committed Jan 27, 2025
1 parent 4c9ca08 commit 702770c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/profiles/leaderboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ async def leaderboard(
).set_caption(f"Leaderboard sorted by {sort} | Page {page_index}"),
buffer,
dpi=200,
table_conversion="matplotlib",
table_conversion="html2image",
)
buffer.seek(0)

Expand Down
1 change: 1 addition & 0 deletions utils/maths/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ def create_table(mogi: Mogi) -> BytesIO:
subset=["Change"],
),
buffer,
table_conversion="matplotlib",
)

buffer.seek(0)
Expand Down

0 comments on commit 702770c

Please sign in to comment.