Fixed boolean evaluation syntax inconsistency

This commit is contained in:
Matt Weidner 2017-07-21 13:32:55 -05:00
parent 7a28b1f15c
commit ff9476eaaa

View File

@ -26,7 +26,7 @@ class Intercept:
self.filt(f),
not f.request.is_replay,
])
if should_intercept and ctx.options.intercept_active == True:
if should_intercept and ctx.options.intercept_active:
f.intercept()
# Handlers