mirror of
https://github.com/ComradCollective/Comrad
synced 2024-11-05 21:20:51 +00:00
updates
This commit is contained in:
parent
a9e3d7e172
commit
ced3244f4e
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user