diff --git a/komrade/cli/cli.py b/komrade/cli/cli.py index bd46e95..adcf222 100644 --- a/komrade/cli/cli.py +++ b/komrade/cli/cli.py @@ -410,6 +410,7 @@ class CLI(Logger): msg3='The message you wanted to send is copied above (in case you want to copy/paste it to edit it).' err = f'{msg1}\n\n{msg2}\n\n{msg_s}' err2= f'{msg1}\n\n{msg3}' + print() self.stat(msg1) # self.stat(err2) return