Skip to content

Commit 506525c

Browse files
authored
Update README.md
1 parent 543e806 commit 506525c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ async def handle_message_from_dlq(message_frame: stompman.MessageFrame) -> None:
6767
print(message_frame.body)
6868

6969

70-
await client.subscribe("DLQ", handle_message_from_dlq):
70+
await client.subscribe("DLQ", handle_message_from_dlq)
7171
```
7272

7373
Entered `stompman.Client` will block forever waiting for messages if there are any active subscriptions.

0 commit comments

Comments
 (0)