mirror of https://github.com/searxng/searxng.git
Merge pull request #74 from posativ/patch/application-alias
add application as alias
This commit is contained in:
commit
8a7daed507
|
@ -483,5 +483,8 @@ def run():
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
application = app
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
run()
|
run()
|
||||||
|
|
Loading…
Reference in New Issue