Skip to content

Commit

Permalink
Correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cnweaver committed Jun 10, 2024
1 parent cc70e6a commit b1a5a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adc/producer.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def write(self,
topic = self.conf.topic
else:
raise Exception("No topic specified for write: "
"Either configure a topic when consturcting the Producer, "
"Either configure a topic when constructing the Producer, "
"or specify the topic argument to write()")
self.logger.debug("writing message to %s", topic)
if delivery_callback is not None:
Expand Down

0 comments on commit b1a5a81

Please sign in to comment.