Browse Source

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

add application as alias
Adam Tauber 10 years ago
parent
commit
8a7daed507
1 changed files with 3 additions and 0 deletions
  1. 3 0
      searx/webapp.py

+ 3 - 0
searx/webapp.py

@@ -483,5 +483,8 @@ def run():
     )
 
 
+application = app
+
+
 if __name__ == "__main__":
     run()