mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 00:01:36 +00:00
disable script reloader
This currently throws some errors on OSX.
This commit is contained in:
parent
a561e3bd3d
commit
d2f69da235
@ -666,7 +666,7 @@ class FlowMaster(controller.Master):
|
|||||||
script.reloader.unwatch(script_obj)
|
script.reloader.unwatch(script_obj)
|
||||||
self.scripts.remove(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
|
Loads a script. Returns an error description if something went
|
||||||
wrong.
|
wrong.
|
||||||
|
Loading…
Reference in New Issue
Block a user