From fd6e286ee089cf75276f2581471aba254d69fcb5 Mon Sep 17 00:00:00 2001 From: cp1 Date: Thu, 11 Jun 2009 16:50:48 +0200 Subject: correcting false identation (tabs to spaces) --- Plugins/ShragleCom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Plugins/ShragleCom.py') 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: -- cgit v1.2.3