fixed offline error

This commit is contained in:
Kevin Froman 2018-11-08 23:22:43 -06:00
parent 6f72e8c06c
commit c0707a10f9
4 changed files with 9 additions and 2 deletions

View file

@ -136,6 +136,7 @@ class OnionrMail:
cancel = logger.readline('Press enter to continue to message, or -q to not open the message (recommended).')
if cancel != '-q':
print(draw_border(self.myCore._utils.escapeAnsi(readBlock.bcontent.decode().strip())))
input("Press enter to continue")
return
def sentbox(self):