- local variable 'block' was defined only within the loop, not outside of it
- I actually have to use local variable 'blocker' instead
logger.debug("Invoking cookies.clear(%s) ...", block["blocked"])
cookies.clear(block["blocked"])
- logger.info("blocker='%s' has %d obfuscated domain(s) and %d of them could be deobfuscated.", block["blocker"], obfuscated, deobfuscated)
+ logger.info("blocker='%s' has %d obfuscated domain(s) and %d of them could be deobfuscated.", blocker, obfuscated, deobfuscated)
logger.debug("Checking if blocker='%s' has pending updates ...", blocker)
if instances.has_pending(blocker):