Skip to content

Commit

Permalink
"Added comment on accountID so build completes"
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Memphis committed Jan 13, 2024
1 parent 7099b3a commit a611076
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/consumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ async def main():
host="<memphis-host>",
username="<memphis-username>",
password="<memphis-password>",
account_id=<memphis-accountId>, # For cloud users on, at the top of the overview page
# account_id=<memphis-accountId>, # For cloud users on, at the top of the overview page
)

consumer = await memphis.consumer(
Expand Down
2 changes: 1 addition & 1 deletion examples/producer.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ async def main():
host="<memphis-host>",
username="<memphis-username>",
password="<memphis-password>",
account_id= <memphis-accountId>, # For cloud users on, at the top of the overview page
# account_id= <memphis-accountId>, # For cloud users on, at the top of the overview page
)

# Creating a producer and producing a message.
Expand Down

0 comments on commit a611076

Please sign in to comment.