aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/builtins/stickyauth.py
diff options
context:
space:
mode:
Diffstat (limited to 'mitmproxy/builtins/stickyauth.py')
-rw-r--r--mitmproxy/builtins/stickyauth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mitmproxy/builtins/stickyauth.py b/mitmproxy/builtins/stickyauth.py
index 1309911c..98fb65ed 100644
--- a/mitmproxy/builtins/stickyauth.py
+++ b/mitmproxy/builtins/stickyauth.py
@@ -10,7 +10,7 @@ class StickyAuth:
self.flt = None
self.hosts = {}
- def configure(self, options):
+ def configure(self, options, updated):
if options.stickyauth:
flt = filt.parse(options.stickyauth)
if not flt: