From 4238812a5190834da06bbcd148e6d551713c1a01 Mon Sep 17 00:00:00 2001 From: Cqoicebordel Date: Sat, 17 Jan 2015 19:24:35 +0100 Subject: Flake8 --- searx/engines/deviantart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/engines/deviantart.py') diff --git a/searx/engines/deviantart.py b/searx/engines/deviantart.py index 2c6661cef..6284cf598 100644 --- a/searx/engines/deviantart.py +++ b/searx/engines/deviantart.py @@ -43,7 +43,7 @@ def response(resp): return [] dom = html.fromstring(resp.text) - + regex = re.compile('\/200H\/') # parse results -- cgit v1.2.3