From efcfc62b73ac484ed25727f476c7ad0bb25817d5 Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Sun, 14 Feb 2016 14:43:48 +0100 Subject: autopep8 --- libmproxy/console/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmproxy/console') diff --git a/libmproxy/console/__init__.py b/libmproxy/console/__init__.py index ad3f4306..e739ec61 100644 --- a/libmproxy/console/__init__.py +++ b/libmproxy/console/__init__.py @@ -707,7 +707,7 @@ class ConsoleMaster(flow.FlowMaster): self.state.intercept) and not f.request.is_replay: f.intercept(self) else: - #check if flow was intercepted within an inline script by flow.intercept() + # check if flow was intercepted within an inline script by flow.intercept() if f.intercepted: f.intercept(self) else: -- cgit v1.2.3