We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 650f520 commit 7b24607Copy full SHA for 7b24607
pusher/pusher.py
@@ -40,7 +40,7 @@ def join_attributes(attributes):
40
if not isinstance(attr, six.text_type):
41
raise TypeError('Each attr should be %s' % text)
42
43
- return u','.join(attributes)
+ return six.text_type(',').join(attributes)
44
45
class Pusher(object):
46
"""Client for the Pusher HTTP API.
0 commit comments