This website works better with JavaScript
Home
Explore
Help
Register
Sign In
free
/
searx
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
11
Wiki
Activity
Browse Source
add application as alias
Martin Zimmermann
10 years ago
parent
2f4c2298ba
commit
7d5c131349
1 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
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()