Skip to content

Commit 1c70782

Browse files
authored
Expand the kwargs in the update config call (#8)
1 parent cb89251 commit 1c70782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcn_kafka/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
def get_config(mode, config, **kwargs):
1818
# Merge configuration from user.
19-
config = update_config(config, kwargs)
19+
config = update_config(config, **kwargs)
2020

2121
# SSL configuration.
2222
if config.setdefault("security.protocol", "sasl_ssl") == "sasl_ssl":

0 commit comments

Comments
 (0)