mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 08:11:00 +00:00
controller: add mysteriously missing comment portion
Thanks to @tran-tien-dat
This commit is contained in:
parent
4b4d97412b
commit
449b8b383d
@ -96,8 +96,8 @@ class Reply:
|
|||||||
def commit(self):
|
def commit(self):
|
||||||
"""
|
"""
|
||||||
Ultimately, messages are committed. This is done either automatically by
|
Ultimately, messages are committed. This is done either automatically by
|
||||||
if the message is not taken or manually by the entity which called
|
the handler if the message is not taken or manually by the entity which
|
||||||
.take().
|
called .take().
|
||||||
"""
|
"""
|
||||||
if self.state != "taken":
|
if self.state != "taken":
|
||||||
raise exceptions.ControlException(
|
raise exceptions.ControlException(
|
||||||
|
Loading…
Reference in New Issue
Block a user