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

add application as alias

This commit is contained in:
Martin Zimmermann 2014-07-03 22:02:53 +02:00
parent 2f4c2298ba
commit 7d5c131349

View File

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