Skip to content

Commit 730d377

Browse files
Changes in Readme
1 parent 0e36859 commit 730d377

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The default initialization settings are production-ready and queue messages to b
1919

2020
In development you might want to enable some settings to make it easier to spot problems. Enabling `track.debug` will log debugging info to the Python logger. You can also add an `on_error` handler to specifically print out the response you’re seeing from our API.
2121
```
22-
def on_error(error, items):
22+
def on_error(error, data):
2323
print("An error occurred:", error)
2424
2525

track/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '0.0.8'
1+
VERSION = '0.0.9'

0 commit comments

Comments
 (0)