diff options
author | dalf <alex@al-f.net> | 2014-12-07 16:37:56 +0100 |
---|---|---|
committer | dalf <alex@al-f.net> | 2014-12-07 16:37:56 +0100 |
commit | 7c13d630e4531630ce3c392a7d60752715742291 (patch) | |
tree | 332019feae5a215d2d54528308792560794d7aa5 /searx/engines/generalfile.py | |
parent | ffcec383b7355c6ca8b60da8579a43019d7d7e6b (diff) | |
download | searxng-7c13d630e4531630ce3c392a7d60752715742291.tar.gz searxng-7c13d630e4531630ce3c392a7d60752715742291.zip |
[fix] pep8 : engines (errors E121, E127, E128 and E501 still exist)
Diffstat (limited to 'searx/engines/generalfile.py')
-rw-r--r-- | searx/engines/generalfile.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/searx/engines/generalfile.py b/searx/engines/generalfile.py index 11d8b6955..b7d716298 100644 --- a/searx/engines/generalfile.py +++ b/searx/engines/generalfile.py @@ -1,8 +1,8 @@ ## General Files (Files) -# +# # @website http://www.general-files.org # @provide-api no (nothing found) -# +# # @using-api no (because nothing found) # @results HTML (using search portal) # @stable no (HTML can change) |