diff options
author | Martin Zimmermann <info@posativ.org> | 2014-07-03 22:02:53 +0200 |
---|---|---|
committer | Martin Zimmermann <info@posativ.org> | 2014-07-03 22:07:57 +0200 |
commit | 7d5c1313497085047b54609120349c6e3b1db2a8 (patch) | |
tree | 6878e72f3f208fc442695df0fd09c5a31b0dd9d7 /searx/webapp.py | |
parent | 2f4c2298ba94caf0242b5b6493c14a951cda3d08 (diff) | |
download | searxng-7d5c1313497085047b54609120349c6e3b1db2a8.tar.gz searxng-7d5c1313497085047b54609120349c6e3b1db2a8.zip |
add application as alias
Diffstat (limited to 'searx/webapp.py')
-rw-r--r-- | searx/webapp.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/searx/webapp.py b/searx/webapp.py index 000543e06..1a80ac7af 100644 --- a/searx/webapp.py +++ b/searx/webapp.py @@ -483,5 +483,8 @@ def run(): ) +application = app + + if __name__ == "__main__": run() |