Rename config var to stream_writers

pull/7517/head
Erik Johnston 2020-05-18 13:22:41 +01:00
parent c42b180f4d
commit d2012df31c
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ class WorkerConfig(Config):
}
# 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)
# Check that the configured writer for events also appears in