Skip to content

Commit 9ec00d7

Browse files
Added shutdown() method proxy
1 parent 730d377 commit 9ec00d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

track/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ def join():
3737

3838
def shutdown():
3939
"""Flush all messages and cleanly shutdown the client"""
40-
_proxy('flush')
41-
_proxy('join')
40+
_proxy('shutdown')
4241

4342

4443
def _proxy(method, *args, **kwargs):

0 commit comments

Comments
 (0)