fixed offline error
This commit is contained in:
parent
6f72e8c06c
commit
c0707a10f9
4 changed files with 9 additions and 2 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue