getThreadInfo fix: start is deprecated, method always returns with 0 offset

This commit is contained in:
botcs
2017-03-07 14:54:04 +01:00
parent f4cac4b8db
commit 2580cf5577

View File

@@ -521,7 +521,7 @@ class Client(object):
:param thread_type: (optional) change from 'user' for group threads
"""
assert length > 0, 'length must be positive integer, got %d'%length
assert length > 0, 'length must be positive integer, got %d' % length
data = {}
if thread_type == 'user':