Skip to content

Commit

Permalink
Fixed ascii "n" missing a line
Browse files Browse the repository at this point in the history
  • Loading branch information
sexfrance committed Oct 30, 2024
1 parent 4fac2f5 commit de3fa0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion logmagix/font.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,11 +366,11 @@
r'|__/ |__/ |__/ '
],
'n': [

r' /$$$$$$$ ',
r'| $$__ $$ ',
r'| $$ \ $$ ',
r'| $$ | $$ ',
r'| $$ | $$ ',
r'|__/ |__/ '
],
'o': [
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.1",
version="1.10.2",
packages=find_packages(),
install_requires=["colorama"],
author="Sexfrance",
Expand Down

0 comments on commit de3fa0d

Please sign in to comment.