fix missed rename
This commit is contained in:
parent
fdaba7e28c
commit
c486cd77bb
|
@ -116,7 +116,7 @@ class Context(Node):
|
|||
|
||||
sentinel = object()
|
||||
for key, value in server_options.items():
|
||||
if key not in self.blacklist:
|
||||
if key not in self.embedded_blacklist:
|
||||
current = getattr(self, key, sentinel)
|
||||
if current is not sentinel:
|
||||
logging.debug(f"Setting server option {key} to {value} from supplied multidata")
|
||||
|
|
Loading…
Reference in New Issue