[fix] py: restore application for uWSGI (#5040)

Was removed on https://github.com/searxng/searxng/pull/5032
This commit is contained in:
Ivan Gabaldon 2025-07-23 23:55:50 +02:00 committed by GitHub
parent f7c8e4c353
commit b01d32d69d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1447,6 +1447,10 @@ app.wsgi_app = WhiteNoise(
)
patch_application(app)
# remove when we drop support for uwsgi
application = app
init()
if __name__ == "__main__":