Rename config var to stream_writers
parent
c42b180f4d
commit
d2012df31c
|
@ -100,7 +100,7 @@ class WorkerConfig(Config):
|
||||||
}
|
}
|
||||||
|
|
||||||
# Map from type of streams to source, c.f. WriterLocations.
|
# Map from type of streams to source, c.f. WriterLocations.
|
||||||
writers = config.get("writers") or {}
|
writers = config.get("stream_writers") or {}
|
||||||
self.writers = WriterLocations(**writers)
|
self.writers = WriterLocations(**writers)
|
||||||
|
|
||||||
# Check that the configured writer for events also appears in
|
# Check that the configured writer for events also appears in
|
||||||
|
|
Loading…
Reference in New Issue