summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/Plugin.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/Plugin.py')
-rw-r--r--pyload/plugin/Plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugin/Plugin.py b/pyload/plugin/Plugin.py
index 54963447c..0604547a3 100644
--- a/pyload/plugin/Plugin.py
+++ b/pyload/plugin/Plugin.py
@@ -705,7 +705,7 @@ class Plugin(Base):
content = f.read(read_size if read_size else -1)
# produces encoding errors, better log to other file in the future?
- #self.logDebug("Content: %s" % content)
+ # self.logDebug("Content: %s" % content)
for name, rule in rules.iteritems():
if isinstance(rule, basestring):
if rule in content: