2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-05 21:20:51 +00:00
This commit is contained in:
quadrismegistus 2020-09-16 13:43:16 +01:00
parent a9e3d7e172
commit ced3244f4e

View File

@ -68,7 +68,7 @@ class Message(Logger):
# msg: {msg}
# """
import textwrap as tw
msg_s = '\n'.join(tw.wrap(msg,CLI_WIDTH))
msg_s = '\n'.join(tw.wrap(str(msg),CLI_WIDTH))
hdr='#'*CLI_WIDTH
return f"""
{hdr}