Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
5um1th committed Jun 24, 2016
1 parent c280978 commit 17838cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scraper.py
Expand Up @@ -8,9 +8,9 @@
import urllib
import io

FTP_URL = 'results.aec.gov.au'
FTP_URL = 'mediafeedtest.aec.gov.au'
FTP_TIMEOUT = 30
ELECTION_ID = '17496'
ELECTION_ID = '20499'
NS = {
'aec': 'http://www.aec.gov.au/xml/schema/mediafeed',
'eml': 'urn:oasis:names:tc:evs:schema:eml'
Expand Down

0 comments on commit 17838cd

Please sign in to comment.