mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 00:01:36 +00:00
fix mitmproxy invocation
This commit is contained in:
parent
e8f836425a
commit
422c6de6cc
@ -59,7 +59,7 @@ class ConsoleMaster(master.Master):
|
||||
self.window = None
|
||||
|
||||
def __setattr__(self, name, value):
|
||||
self.__dict__[name] = value
|
||||
super().__setattr__(name, value)
|
||||
signals.update_settings.send(self)
|
||||
|
||||
def options_error(self, opts, exc):
|
||||
|
Loading…
Reference in New Issue
Block a user