mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-23 13:30:25 +08:00
Add link comment to PEP 3333
This commit is contained in:
@@ -21,6 +21,8 @@ def create_wsgi_env(
|
||||
|
||||
# 'key1=value1&key2=value2'
|
||||
query_string = "&".join([f"{k}={v}" for k, v in queries.items()]) if queries else ""
|
||||
|
||||
# See https://www.python.org/dev/peps/pep-3333/#environ-variables
|
||||
env = {
|
||||
"PATH_INFO": path,
|
||||
"REQUEST_METHOD": request_method,
|
||||
|
||||
Reference in New Issue
Block a user