Skip to content

Commit fcc09aa

Browse files
authored
Update README.md
1 parent 6a6a09f commit fcc09aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/bytewax/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ class ProtonOutput(DynamicOutput):
5555
self.stream=stream
5656
self.host=host
5757
def build(self, worker_index, worker_count):
58-
return _ProtonSink(self.stream)
58+
return _ProtonSink(self.stream, self.host)
5959
```

0 commit comments

Comments
 (0)