-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
import fastwsgi
import app
import logging
host, port, debug, ssl_context = app.config_prepare()
if __name__ == '__main__':
host, port, debug, ssl_context = app.config_prepare()
fastwsgi.run(wsgi_app=app.application, host=host, port=port)
Error:
==== FastWSGI ====
Host: 0.0.0.0
Port: 5000
==================
Server listening at http://0.0.0.0:5000
Process finished with exit code -1073741819 (0xC0000005)
Python version: Python 3.9.10
OS version: Windows 10 10.0.19042 19042
Installed with:
pip install fastwsgi==0.0.5
Metadata
Metadata
Assignees
Labels
No labels