diff options
Diffstat (limited to 'Plugins/ShragleCom.py')
-rw-r--r-- | Plugins/ShragleCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Plugins/ShragleCom.py b/Plugins/ShragleCom.py index 45f416872..3cd093ce2 100644 --- a/Plugins/ShragleCom.py +++ b/Plugins/ShragleCom.py @@ -60,7 +60,7 @@ class ShragleCom(Plugin): """ if self.html == None: self.download_html() - + if re.search(r"html", self.html) == None: return False else: |