mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
typo
This commit is contained in:
parent
0c34c4213b
commit
cbc55843bd
@ -129,7 +129,7 @@ class PasterServerApplication(PasterBaseApplication):
|
|||||||
if cfg.get("config"):
|
if cfg.get("config"):
|
||||||
self.load_config_from_file(cfg["config"])
|
self.load_config_from_file(cfg["config"])
|
||||||
else:
|
else:
|
||||||
default_config = get_defalult_config_file()
|
default_config = get_default_config_file()
|
||||||
if default_config is not None:
|
if default_config is not None:
|
||||||
self.load_config_from_file(default_config)
|
self.load_config_from_file(default_config)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user