Merge lp:~3onyc/polly/fix-lists into lp:polly

Proposed by 3onyc
Status: Merged
Merged at revision: 435
Proposed branch: lp:~3onyc/polly/fix-lists
Merge into: lp:polly
Diff against target: 11 lines (+1/-1)
1 file modified
src/polly/twitter/account.py (+1/-1)
To merge this branch: bzr merge lp:~3onyc/polly/fix-lists
Reviewer Review Type Date Requested Status
Conscious User Pending
Review via email: mp+207807@code.launchpad.net

Description of the change

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'src/polly/twitter/account.py'
--- src/polly/twitter/account.py 2014-01-19 20:21:31 +0000
+++ src/polly/twitter/account.py 2014-02-22 21:10:32 +0000
@@ -1261,7 +1261,7 @@
1261 parameters = {b'user_id': user_id,1261 parameters = {b'user_id': user_id,
1262 b'cursor': cursor}1262 b'cursor': cursor}
12631263
1264 data = self._request_get(b'http://api.twitter.com/1.1/lists/list.json', parameters, self._process_group_page_groups)1264 data = self._request_get(b'https://api.twitter.com/1.1/lists/list.json', parameters, self._process_group_page_groups)
12651265
1266 processed_data = []1266 processed_data = []
12671267

Subscribers

People subscribed via source and target branches