diff options
author | asciimoo <asciimoo@gmail.com> | 2013-10-19 20:54:21 +0200 |
---|---|---|
committer | asciimoo <asciimoo@gmail.com> | 2013-10-19 20:54:21 +0200 |
commit | d2d0fddc438609d0357afa727412b07beb464e57 (patch) | |
tree | 2d0861fafb59b54c49e0504f32c03f5d6d890800 /examples/basic_engine.py | |
parent | b3c418b36c034b1e3da0a6b607d6f631238f8d34 (diff) | |
download | searxng-d2d0fddc438609d0357afa727412b07beb464e57.tar.gz searxng-d2d0fddc438609d0357afa727412b07beb464e57.zip |
[enh] example engine update
Diffstat (limited to 'examples/basic_engine.py')
-rw-r--r-- | examples/basic_engine.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/basic_engine.py b/examples/basic_engine.py index 36fb62605..34c34d89d 100644 --- a/examples/basic_engine.py +++ b/examples/basic_engine.py @@ -1,4 +1,6 @@ +categories = ['general'] # optional + def request(query, params): '''pre-request callback params<dict>: |