Skip to content

Commit

Permalink
Reduced space on lower t
Browse files Browse the repository at this point in the history
  • Loading branch information
sexfrance committed Oct 25, 2024
1 parent 7b39966 commit 04ab042
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions logmagix/font.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,12 +418,12 @@
't': [


r' | $$ ',
r' /$$$$$$ ',
r'|_ $$_/ ',
r' | $$ ',
r' | $$$ ',
r' \___/ '
r' | $$ ',
r' /$$$$$$ ',
r'|_ $$_/ ',
r' | $$ ',
r' | $$$ ',
r' \___/ ',
],

'u': [
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="logmagix",
version="1.0.4",
version="1.0.5",
packages=find_packages(),
install_requires=["colorama"],
author="Sexfrance",
Expand Down

0 comments on commit 04ab042

Please sign in to comment.