diff --git a/fbchat/client.py b/fbchat/client.py index b8f8c80..a7b62d7 100644 --- a/fbchat/client.py +++ b/fbchat/client.py @@ -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':