Skip to content

Commit

Permalink
Fixed F ascii character being miss spaced
Browse files Browse the repository at this point in the history
  • Loading branch information
sexfrance committed Oct 30, 2024
1 parent 633a440 commit 4fac2f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions logmagix/font.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,8 @@
r' /$$__ $$ ',
r'| $$ \__/ ',
r'| $$$$ ',
r'| $$| ',
r'|___| '
r'| $$| ',
r'|___| '
],
'g': [
r' /$$$$$$ ',
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.10.0",
version="1.10.1",
packages=find_packages(),
install_requires=["colorama"],
author="Sexfrance",
Expand Down

0 comments on commit 4fac2f5

Please sign in to comment.