mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-04 19:57:16 +00:00
fixed TypeError: ask_save_overwrite() takes exactly 2 arguments (xxxxx given)
This commit is contained in:
parent
6a235a1b11
commit
fa007a7707
1 changed files with 1 additions and 1 deletions
|
|
@ -242,7 +242,7 @@ def ask_save_path(prompt, data):
|
|||
signals.status_prompt_path.send(
|
||||
prompt = prompt,
|
||||
callback = ask_save_overwrite,
|
||||
args = (data)
|
||||
args = (data, )
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue