mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-03 03:07:18 +00:00
test resolve
This commit is contained in:
parent
84e4d6d575
commit
e3499e4b99
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ class Script:
|
|||
ctx.options.keys()
|
||||
)
|
||||
except exceptions.OptionsError as e:
|
||||
script_error_handler(self.fullpath,e,str(e))
|
||||
script_error_handler(self.fullpath, e, msg=str(e))
|
||||
|
||||
async def watcher(self):
|
||||
last_mtime = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue