Skip to content

Commit f428531

Browse files
authored
Updated send example to match recv
Fix for issue Azure#56
1 parent 1433553 commit f428531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/send.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
raise ValueError("No EventHubs URL supplied.")
3333

3434
client = EventHubClient(ADDRESS, debug=False, username=USER, password=KEY)
35-
sender = client.add_sender(partition="1")
35+
sender = client.add_sender(partition="0")
3636
client.run()
3737
try:
3838
start_time = time.time()

0 commit comments

Comments
 (0)