You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 23, 2020. It is now read-only.
Currently the default values in Config instances are not updated when we initialise an Application with config parameters as key-valued parameter.
For example
WSGIServer(..., config='myconfig.path')
should show as default config the myconfig.path value.
The text was updated successfully, but these errors were encountered:
Currently the default values in
Config
instances are not updated when we initialise an Application with config parameters as key-valued parameter.For example
should show as default config the
myconfig.path
value.The text was updated successfully, but these errors were encountered: