commit: 7d5c1313497085047b54609120349c6e3b1db2a8 parent 2f4c2298ba94caf0242b5b6493c14a951cda3d08 Author: Martin Zimmermann <info@posativ.org> Date: Thu, 3 Jul 2014 22:02:53 +0200 add application as aliasDiffstat:
M | searx/webapp.py | 3 | +++ |
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()