fixed broken mail function call

This commit is contained in:
Kevin Froman 2019-02-12 22:47:11 -06:00
parent 1243b4aea7
commit 1be6bf1ec8
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ class OnionrMail:
reply = logger.readline("Press enter to continue, or enter %s to reply" % ("-r",))
print('')
if reply == "-r":
self.draftMessage(self.myCore._utils.bytesToStr(readBlock.signer,))
self.draft_message(self.myCore._utils.bytesToStr(readBlock.signer,))
return
def sentbox(self):