projects
/
edward.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
216708e
)
style fix
author
Andrew Engelbrecht
<andrew@localhost.localdomain>
Sat, 18 Jul 2015 22:59:44 +0000
(18:59 -0400)
committer
Andrew Engelbrecht
<sudoman@ninthfloor.org>
Mon, 7 Dec 2015 17:46:48 +0000
(12:46 -0500)
removed unecessary space
edward-bot
patch
|
blob
|
blame
|
history
diff --git
a/edward-bot
b/edward-bot
index 91d48ed533933be4712eba5b68c913e0c8bb8777..bcd7a2e118d3da94cb77bb6c01bf20933e3cac92 100755
(executable)
--- a/
edward-bot
+++ b/
edward-bot
@@
-44,7
+44,7
@@
def main ():
email_from, email_subject = email_from_subject(email_text)
- plaintext, keys = email_decode_flatten
(email_text)
+ plaintext, keys = email_decode_flatten(email_text)
encrypt_to_key = choose_reply_encryption_key(keys)
reply_message = generate_reply(plaintext, email_from, \