Skip to content

Commit

Permalink
fix ?
Browse files Browse the repository at this point in the history
  • Loading branch information
RevenMyst committed Nov 23, 2023
1 parent d9b95fa commit 9cdc3d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/seahorse/game/master.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def __init__(

from functools import partialmethod

logger.level("VERDICT", no=33, icon="x", color="<blue>")
logger.level("VERDICT", no=15, icon="x", color="<blue>")
logger.__class__.verdict = partialmethod(logger.__class__.log, "VERDICT")

logger.add(sys.stderr, level=log_level)
Expand Down

0 comments on commit 9cdc3d3

Please sign in to comment.