mirror of
https://github.com/searxng/searxng.git
synced 2025-08-02 10:02:20 +02:00
Improves PEP8 compatibility.
This commit is contained in:
parent
b22dd51bd7
commit
22fd0746d9
12 changed files with 28 additions and 34 deletions
|
@ -1,6 +1,6 @@
|
|||
from lxml import html
|
||||
from urllib import urlencode
|
||||
from cgi import escape
|
||||
from lxml import html
|
||||
|
||||
base_url = 'http://www.bing.com/'
|
||||
search_string = 'search?{query}&first={offset}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue