This website works better with JavaScript
NTab仓库
Home
Explore
Register
Sign In
fjmwkj
/
searxng
mirror of
https://github.com/searxng/searxng
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
add application as alias
Martin Zimmermann
10 years ago
parent
2f4c2298ba
commit
7d5c131349
1 changed files
with
3 additions
and
0 deletions
Unified View
Show Diff Stats
3
0
searx/webapp.py
+ 3
- 0
searx/webapp.py
View File
@@ -483,5 +483,8 @@ def run():
)
)
+application = app
+
+
if __name__ == "__main__":
if __name__ == "__main__":
run()
run()