File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ analytics-python is a python client is a slightly modified version of [Segment's
88
99## Usage
1010
11+ The documentation for Segment's Python SDK that this repository is based on
12+ is available at [ https://segment.com/libraries/python ] ( https://segment.com/libraries/python ) .
13+ Check Segment's docs to get familiar with the API.
14+
1115You can package directly, in this case default ` http ` transport will be used:
1216
1317``` python
Original file line number Diff line number Diff line change @@ -126,7 +126,8 @@ def upload(self):
126126 # mark items as acknowledged from queue
127127 for _ in range (total_items_to_upload ):
128128 self .queue .task_done ()
129- return success
129+
130+ return success
130131
131132 def next (self ):
132133 """Writes the next batch of items from the queue to the buffer."""
You can’t perform that action at this time.
0 commit comments