mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-01-12 22:48:54 +08:00
Send change event when options are reset
This commit is contained in:
@@ -174,6 +174,7 @@ class OptManager:
|
||||
"""
|
||||
for o in self._options.values():
|
||||
o.reset()
|
||||
self.changed.send(self._options.keys())
|
||||
|
||||
def update(self, **kwargs):
|
||||
updated = set(kwargs.keys())
|
||||
|
||||
Reference in New Issue
Block a user