wuvt / trackman

WUVT's track logging web-app
GNU Affero General Public License v3.0
4 stars 3 forks source link

Allow uwsgi import to fail gracefully #137

Closed mutantmonkey closed 3 years ago

mutantmonkey commented 3 years ago

It seems that import uwsgi only works when the app is being run by uWSGI and not via the flask command. To prevent breakage, we need to ensure that a failed import of the uwsgi module fails gracefully.