mirror of https://github.com/searxng/searxng.git
add application as alias
This commit is contained in:
parent
2f4c2298ba
commit
7d5c131349
|
@ -483,5 +483,8 @@ def run():
|
|||
)
|
||||
|
||||
|
||||
application = app
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
run()
|
||||
|
|
Loading…
Reference in New Issue