mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-04 03:37:17 +00:00
disable script reloader
This currently throws some errors on OSX.
This commit is contained in:
parent
a561e3bd3d
commit
d2f69da235
1 changed files with 1 additions and 1 deletions
|
|
@ -666,7 +666,7 @@ class FlowMaster(controller.Master):
|
|||
script.reloader.unwatch(script_obj)
|
||||
self.scripts.remove(script_obj)
|
||||
|
||||
def load_script(self, command, use_reloader=True):
|
||||
def load_script(self, command, use_reloader=False):
|
||||
"""
|
||||
Loads a script. Returns an error description if something went
|
||||
wrong.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue