Skip to content

Commit

Permalink
feat: Dynamically wordwrap Mii profession
Browse files Browse the repository at this point in the history
  • Loading branch information
noahpistilli committed Jul 5, 2024
1 parent aa85e4d commit 7fcddba
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 @@ -88,7 +88,7 @@ def mii_met(mii_id):
"color1": mii_metadata.color1,
"color2": mii_metadata.color2,
"action": concierge_mii.action.value,
"prof": concierge_mii.prof,
"prof": "\n".join(wrap(concierge_mii.prof, 20)),
"name": mii_metadata.name,
"msginfo": msginfo,
"movieid": concierge_mii.movie_id,
Expand Down

0 comments on commit 7fcddba

Please sign in to comment.