mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
commit
0b6077accc
@ -169,7 +169,7 @@ class Config(object):
|
||||
try:
|
||||
k, v = s.split('=', 1)
|
||||
except ValueError:
|
||||
raise RuntimeError("environement setting %r invalid" % s)
|
||||
raise RuntimeError("environment setting %r invalid" % s)
|
||||
|
||||
env[k] = v
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user