diff options
Diffstat (limited to 'libmproxy/console/__init__.py')
-rw-r--r-- | libmproxy/console/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: |