[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [flashproxy/master] format string
commit cc1ab4a3798788b6115fe8d6627568a8c19d898f
Author: David Fifield <david@xxxxxxxxxxxxxxx>
Date: Wed Sep 19 14:40:06 2012 -0700
format string
---
flashproxy-reg-email | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/flashproxy-reg-email b/flashproxy-reg-email
index 03f0b3a..d919de5 100755
--- a/flashproxy-reg-email
+++ b/flashproxy-reg-email
@@ -225,7 +225,7 @@ try:
if pubkey_digest != PUBKEY_SHA1:
raise ValueError("Public key does not match pin: got %s but expected %s" %
- pubkey_digest.encode("hex"), PUBKEY_SHA1.encode("hex"))
+ (pubkey_digest.encode("hex"), PUBKEY_SHA1.encode("hex")))
smtp.ehlo(EHLO_FQDN)
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits