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 View File

@@ -483,5 +483,8 @@ def run():
483 483
     )
484 484
 
485 485
 
486
+application = app
487
+
488
+
486 489
 if __name__ == "__main__":
487 490
     run()