We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 417dff7 commit 83e5227Copy full SHA for 83e5227
pull_updates.py
@@ -45,7 +45,7 @@ def api_call(uri):
45
TALK_IDS_FORCE = []
46
47
def fetch_ids():
48
- raw = api_call('/2017/pycon_api/proposals/?type=talk')
+ raw = api_call('/2017/pycon_api/proposals/?type=talk&limit=5000&status=undecided')
49
#print len(raw['data'])
50
rv = [x['id'] for x in raw['data']]
51
return list(set(TALK_IDS_FORCE + rv + l.get_all_proposal_ids()))
0 commit comments