Skip to content

Commit

Permalink
fixed issue tweepy#529
Browse files Browse the repository at this point in the history
  • Loading branch information
elanting committed Dec 18, 2014
1 parent ac5eb80 commit 3011841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tweepy/streaming.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ def filter(self, follow=None, track=None, async=False, locations=None,
if languages:
self.session.params['language'] = u','.join(map(str, languages))
self.body = urlencode_noplus(self.session.params)
self.session.params['delimited'] = 'length'
self.session.params = {'delimited': 'length'}
self.host = 'stream.twitter.com'
self._start(async)

Expand Down

0 comments on commit 3011841

Please sign in to comment.