Skip to content

Commit 83e5227

Browse files
committed
Poking at the pycon api issues
1 parent 417dff7 commit 83e5227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pull_updates.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def api_call(uri):
4545
TALK_IDS_FORCE = []
4646

4747
def fetch_ids():
48-
raw = api_call('/2017/pycon_api/proposals/?type=talk')
48+
raw = api_call('/2017/pycon_api/proposals/?type=talk&limit=5000&status=undecided')
4949
#print len(raw['data'])
5050
rv = [x['id'] for x in raw['data']]
5151
return list(set(TALK_IDS_FORCE + rv + l.get_all_proposal_ids()))

0 commit comments

Comments
 (0)