From e9fa786fa9e51750d951f2965590c39be9021929 Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Sat, 3 Dec 2016 16:53:13 +0100 Subject: [PATCH] fix indentation --- mitmproxy/addons/script.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mitmproxy/addons/script.py b/mitmproxy/addons/script.py index d8ed0e395..12544b27f 100644 --- a/mitmproxy/addons/script.py +++ b/mitmproxy/addons/script.py @@ -233,8 +233,8 @@ class ScriptLoader: for a in ctx.master.addons.chain[:]: if isinstance(a, Script) and a.name not in options.scripts: - ctx.log.info("Un-loading script: %s" % a.name) - ctx.master.addons.remove(a) + ctx.log.info("Un-loading script: %s" % a.name) + ctx.master.addons.remove(a) # The machinations below are to ensure that: # - Scripts remain in the same order