mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-09 11:28:14 +08:00
Fix typo in WSGI environment variable
This commit is contained in:
@@ -39,7 +39,7 @@ def create_wsgi_env(
|
||||
"wsgi.version": (1, 0),
|
||||
"wsgi.errors": io.StringIO(""),
|
||||
"wsgi.multithread": True,
|
||||
"wsgi.multitprocess": True,
|
||||
"wsgi.multiprocess": True,
|
||||
"wsgi.run_once": False,
|
||||
}
|
||||
for k, v in headers.items():
|
||||
|
||||
Reference in New Issue
Block a user