logo

searx

My custom branche(s) on searx, a meta-search engine
commit: 8a7daed507e7c3c28e610f851a0d6daa47d49b34
parent: 959a67420ebdce5e33c24fa596d043695cc57b89
Author: Adam Tauber <asciimoo@gmail.com>
Date:   Thu,  3 Jul 2014 22:42:25 +0200

Merge pull request #74 from posativ/patch/application-alias

add application as alias

Diffstat:

Msearx/webapp.py3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/searx/webapp.py b/searx/webapp.py @@ -483,5 +483,8 @@ def run(): ) +application = app + + if __name__ == "__main__": run()