mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-03 19:27:14 +00:00
Updated the docstring (#1150)
This commit is contained in:
parent
55a17b2ed3
commit
b155dfd771
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ class ProxyServer(tcp.TCPServer):
|
|||
|
||||
def __init__(self, config):
|
||||
"""
|
||||
Raises ProxyServerError if there's a startup problem.
|
||||
Raises ServerException if there's a startup problem.
|
||||
"""
|
||||
self.config = config
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue