mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-01-30 23:09:44 +00:00
Merge pull request #537 from tekii/fix530
fix #530 set client_playback to None when client_playback is done
This commit is contained in:
commit
d08fc33f35
@ -771,6 +771,8 @@ class FlowMaster(controller.Master):
|
||||
if all(e):
|
||||
self.shutdown()
|
||||
self.client_playback.tick(self)
|
||||
if self.client_playback.done():
|
||||
self.client_playback = None
|
||||
|
||||
return super(FlowMaster, self).tick(q, timeout)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user