From 7d5c1313497085047b54609120349c6e3b1db2a8 Mon Sep 17 00:00:00 2001 From: Martin Zimmermann Date: Thu, 3 Jul 2014 22:02:53 +0200 Subject: [PATCH] add application as alias --- searx/webapp.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/searx/webapp.py b/searx/webapp.py index 000543e0..1a80ac7a 100644 --- a/searx/webapp.py +++ b/searx/webapp.py @@ -483,5 +483,8 @@ def run(): ) +application = app + + if __name__ == "__main__": run()