1
0
mirror of https://github.com/searxng/searxng.git synced 2024-10-01 09:00:15 +02:00

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

add application as alias
This commit is contained in:
Adam Tauber 2014-07-03 22:42:25 +02:00
commit 8a7daed507

View File

@ -483,5 +483,8 @@ def run():
) )
application = app
if __name__ == "__main__": if __name__ == "__main__":
run() run()