Skip to content

Commit

Permalink
🐞 fix(printk): 修改打印信息,进行版本迭代升级
Browse files Browse the repository at this point in the history
  • Loading branch information
bruce1408 committed Mar 26, 2024
1 parent 3bd97d2 commit 32a0205
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Colorful_Print/printk/printk.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ def print_colored_box(text, bbox_width=40, text_color='white', box_color='green'
else:
content_width = get_display_width(text)

print(content_width)
# 确定总宽度,考虑到边框的宽度(+2)
total_width = max(bbox_width, content_width + 4)

Expand Down
2 changes: 1 addition & 1 deletion Colorful_Print/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# package information

name="printk",
version="0.2.8",
version="0.2.9",
packages=find_packages(),
description="A colorful print tool for python",
author="bruce_cui",
Expand Down

0 comments on commit 32a0205

Please sign in to comment.