mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-02-01 15:55:28 +00:00
fix #1052
This commit is contained in:
parent
4bdf7e035e
commit
d6e58bd16c
@ -257,7 +257,7 @@ class ConsoleMaster(flow.FlowMaster):
|
||||
|
||||
def load_script(self, command, use_reloader=True):
|
||||
# We default to using the reloader in the console ui.
|
||||
super(ConsoleMaster, self).load_script(command, use_reloader)
|
||||
return super(ConsoleMaster, self).load_script(command, use_reloader)
|
||||
|
||||
def sig_add_event(self, sender, e, level):
|
||||
needed = dict(error=0, info=1, debug=2).get(level, 1)
|
||||
|
Loading…
Reference in New Issue
Block a user