Browse Source

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

add application as alias
Adam Tauber 11 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
     )
483
     )
484
 
484
 
485
 
485
 
486
+application = app
487
+
488
+
486
 if __name__ == "__main__":
489
 if __name__ == "__main__":
487
     run()
490
     run()