assertion added for getThreadList end

This commit is contained in:
botcs
2017-03-07 16:09:00 +01:00
parent 3f3929fcde
commit 43fbe4c655

View File

@@ -561,7 +561,7 @@ class Client(object):
# if not end: end = start + 20
# if end <= start: end = start + end
assert end is None, 'end is deprecated'
assert end is None, '`end` is deprecated, always return last 20 threads'
timestamp = now()
date = datetime.now()