mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-03 11:17:24 +00:00
parent
3dec4176cf
commit
8fb5d2d482
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ class OptionsList(urwid.ListBox):
|
|||
foc, idx = self.get_focus()
|
||||
v = self.walker.get_edit_text()
|
||||
try:
|
||||
d = self.master.options.parse_setval(foc.opt.name, v)
|
||||
d = self.master.options.parse_setval(foc.opt, v)
|
||||
self.master.options.update(**{foc.opt.name: d})
|
||||
except exceptions.OptionsError as v:
|
||||
signals.status_message.send(message=str(v))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue