mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-02-01 15:55:28 +00:00
Updated the docstring (#1150)
This commit is contained in:
parent
55a17b2ed3
commit
b155dfd771
@ -36,7 +36,7 @@ class ProxyServer(tcp.TCPServer):
|
|||||||
|
|
||||||
def __init__(self, config):
|
def __init__(self, config):
|
||||||
"""
|
"""
|
||||||
Raises ProxyServerError if there's a startup problem.
|
Raises ServerException if there's a startup problem.
|
||||||
"""
|
"""
|
||||||
self.config = config
|
self.config = config
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user