mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-27 02:24:18 +00:00
fix docstring
This commit is contained in:
parent
8f334f2efa
commit
0bc3f1fbf1
@ -57,7 +57,7 @@ class WebSocketMessage(serializable.Serializable):
|
|||||||
|
|
||||||
class WebSocketFlow(flow.Flow):
|
class WebSocketFlow(flow.Flow):
|
||||||
"""
|
"""
|
||||||
A WebsocketFlow is a simplified representation of a Websocket connection.
|
A WebSocketFlow is a simplified representation of a Websocket connection.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, client_conn, server_conn, handshake_flow, live=None):
|
def __init__(self, client_conn, server_conn, handshake_flow, live=None):
|
||||||
|
Loading…
Reference in New Issue
Block a user