Skip to content

Commit

Permalink
Fixed Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBurchLog authored Nov 9, 2023
1 parent 1cfbaac commit e589ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publisher/publisher/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class Publisher:

def __init__(self):
self.publishClient = publishClient()
self.publishClient = PublishClient()

@command()
def publish_topics(self, payload:dict, topic:str = "topic1") -> dict:
Expand Down

0 comments on commit e589ec1

Please sign in to comment.