mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-01-30 14:58:38 +00:00
Merge pull request #82 from mua/master
Fixed version error formatting issue
This commit is contained in:
commit
1e023bf12c
@ -34,7 +34,7 @@ def version_check(
|
||||
print(
|
||||
"You are using an outdated version of pyOpenSSL:"
|
||||
" mitmproxy requires pyOpenSSL %s or greater." %
|
||||
pyopenssl_min_version,
|
||||
str(pyopenssl_min_version),
|
||||
file=fp
|
||||
)
|
||||
# Some users apparently have multiple versions of pyOpenSSL installed.
|
||||
|
Loading…
Reference in New Issue
Block a user