[tor-commits] [flashproxy/master] Fix the --email option in flashproxy-reg-email.

dcf at torproject.org dcf at torproject.org
Fri Sep 28 06:11:19 UTC 2012


commit c44ce7276a648ae1363adfe16c5e55619e991c01
Author: David Fifield <david at bamsoftware.com>
Date:   Wed Sep 19 11:24:43 2012 -0700

    Fix the --email option in flashproxy-reg-email.
---
 flashproxy-reg-email |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/flashproxy-reg-email b/flashproxy-reg-email
index bd5095a..babcc85 100755
--- a/flashproxy-reg-email
+++ b/flashproxy-reg-email
@@ -165,7 +165,7 @@ for o, a in opts:
     if o == "-d" or o == "--debug":
         options.debug = True
     elif o == "-e" or o == "--email":
-        options.email_addr = parse_addr_spec(a, DEFAULT_FACILITATOR_HOST, DEFAULT_FACILITATOR_PORT)
+        options.email_addr = a
     elif o == "-h" or o == "--help":
         usage()
         sys.exit()





More information about the tor-commits mailing list