mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 00:01:36 +00:00
debug: verison -> version
@resam blew our sponsorship - t-mobile is up next
This commit is contained in:
parent
09edbd9492
commit
3f240b1875
@ -12,7 +12,7 @@ from netlib import version
|
|||||||
|
|
||||||
def sysinfo():
|
def sysinfo():
|
||||||
data = [
|
data = [
|
||||||
"Mitmproxy verison: %s" % version.VERSION,
|
"Mitmproxy version: %s" % version.VERSION,
|
||||||
"Python version: %s" % platform.python_version(),
|
"Python version: %s" % platform.python_version(),
|
||||||
"Platform: %s" % platform.platform(),
|
"Platform: %s" % platform.platform(),
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user