Skip to content

Commit

Permalink
fix: Concierge Mii wordwrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
noahpistilli committed Jul 6, 2024
1 parent 0cebfdd commit 7a971a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion url1/mii.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def mii_met(mii_id):
RepeatedElement(
{
"seq": info.seq,
"msg": "\n".join(wrap(info.msg, 23)),
"msg": "\n".join(wrap(info.msg, 20)),
"face": info.face,
}
)
Expand Down

0 comments on commit 7a971a1

Please sign in to comment.