diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2014-07-03 22:42:25 +0200 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2014-07-03 22:42:25 +0200 |
| commit | 8a7daed507e7c3c28e610f851a0d6daa47d49b34 (patch) | |
| tree | 0e9cd0f2f70691fb54dfd3813b59b49df9ffc6cc | |
| parent | 959a67420ebdce5e33c24fa596d043695cc57b89 (diff) | |
| parent | 7d5c1313497085047b54609120349c6e3b1db2a8 (diff) | |
Merge pull request #74 from posativ/patch/application-alias
add application as alias
| -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 2b50d5f13..3b121875b 100644 --- a/searx/webapp.py +++ b/searx/webapp.py @@ -483,5 +483,8 @@ def run(): ) +application = app + + if __name__ == "__main__": run() |