mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-04 11:47:14 +00:00
Specify certificate creation waiting time argument to fix type error in proxy.py .
This commit is contained in:
parent
8e176c2086
commit
1a5b157c8f
1 changed files with 1 additions and 1 deletions
|
|
@ -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."
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue