From d8d77ec4b0a2805d5c287c6a0c4a0ef7543f6068 Mon Sep 17 00:00:00 2001 From: putro Date: Fri, 18 Apr 2014 19:42:19 +0200 Subject: [PATCH] fixed another really stupid error..... --- autonym.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autonym.py b/autonym.py index 518b92e..5bbc547 100755 --- a/autonym.py +++ b/autonym.py @@ -122,7 +122,7 @@ def createNym(): writeConfig() setActiveNym(email) - msg = prepareSetupMsg(gpgfuncts.selectSecKey(email, subj_type, subject) + msg = prepareSetupMsg(gpgfuncts.selectSecKey(email, subj_type, subject)) emsg = signCryptMsg(msg, dest, sign=False, passphrase="") if not emsg: config['last_message'] = "Something went wrong while preparing the message, recipient key missing ???" -- GitLab