From 1a5b157c8f89588589cf4fd2ece883df718de54d Mon Sep 17 00:00:00 2001 From: Felix Wolfsteller Date: Sat, 9 Jul 2011 08:07:22 +0000 Subject: [PATCH] Specify certificate creation waiting time argument to fix type error in proxy.py . --- libmproxy/cmdline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmproxy/cmdline.py b/libmproxy/cmdline.py index 238853c64..df77f9d0f 100644 --- a/libmproxy/cmdline.py +++ b/libmproxy/cmdline.py @@ -117,7 +117,7 @@ def common_options(parser): parser.add_option_group(group) parser.add_option( - "--cert-wait-time", + "--cert-wait-time", type="float", action="store", dest="cert_wait_time", default=0, help="Wait for specified number of seconds after a new cert is generated. This can smooth over small discrepancies between the client and server times." )