Skip to content

Commit 1a5b157

Browse files
committedJul 9, 2011
Specify certificate creation waiting time argument to fix type error in proxy.py .
1 parent 8e176c2 commit 1a5b157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎libmproxy/cmdline.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def common_options(parser):
117117
parser.add_option_group(group)
118118

119119
parser.add_option(
120-
"--cert-wait-time",
120+
"--cert-wait-time", type="float",
121121
action="store", dest="cert_wait_time", default=0,
122122
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."
123123
)

0 commit comments

Comments
 (0)
Please sign in to comment.