Skip to content

Commit

Permalink
Fix "strike" and "hide" ANSI codes (#943)
Browse files Browse the repository at this point in the history
  • Loading branch information
tunaflsh committed Aug 29, 2023
1 parent d37531b commit 3941b78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions loguru/_colorizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ class Style:
UNDERLINE = 4
BLINK = 5
REVERSE = 7
STRIKE = 8
HIDE = 9
HIDE = 8
STRIKE = 9
NORMAL = 22


Expand Down

0 comments on commit 3941b78

Please sign in to comment.