Skip to content

Commit 64fdf9f

Browse files
Update README.md
1 parent 4f85c4d commit 64fdf9f

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
@@ -22,7 +22,7 @@ In development you might want to enable some settings to make it easier to spot
2222
```
2323
def on_error(error, queue_msg):
2424
print("An error occurred", error)
25-
print("Queue message", queue_msg)
25+
print("Queue message", queue_msg)
2626
2727
track.debug = True
2828
track.on_error = on_error

0 commit comments

Comments
 (0)