mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-26 10:16:27 +00:00
Correct refresh_server_playback option default
This commit is contained in:
parent
c062e302e9
commit
3594faf5c4
@ -35,7 +35,7 @@ class Options(optmanager.OptManager):
|
||||
keepserving: bool = True,
|
||||
no_server: bool = False,
|
||||
server_replay_nopop: bool = False,
|
||||
refresh_server_playback: bool = False,
|
||||
refresh_server_playback: bool = True,
|
||||
rfile: Optional[str] = None,
|
||||
scripts: Sequence[str] = [],
|
||||
showhost: bool = False,
|
||||
|
Loading…
Reference in New Issue
Block a user