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
1=== modified file 'src/polly/twitter/account.py'
2--- src/polly/twitter/account.py 2014-01-19 20:21:31 +0000
3+++ src/polly/twitter/account.py 2014-02-22 21:10:32 +0000
4@@ -1261,7 +1261,7 @@
5 parameters = {b'user_id': user_id,
6 b'cursor': cursor}
7
8- data = self._request_get(b'http://api.twitter.com/1.1/lists/list.json', parameters, self._process_group_page_groups)
9+ data = self._request_get(b'https://api.twitter.com/1.1/lists/list.json', parameters, self._process_group_page_groups)
10
11 processed_data = []
12

Subscribers

People subscribed via source and target branches