1
0
mirror of https://github.com/searxng/searxng.git synced 2024-11-04 20:30:11 +01: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()