Skip to content

Commit

Permalink
First step to username parametrization
Browse files Browse the repository at this point in the history
  • Loading branch information
celebdor committed Mar 1, 2011
1 parent fd7f0b7 commit f857f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extractor.py
Expand Up @@ -20,7 +20,7 @@

url = 'http://meteoroleg.upc.es/dexserver/j_spring_security_check'
urlRep = 'http://meteoroleg.upc.es/dexserver/report-results.htm?6578706f7274=1&d-49653-e=1&queryId=83'
login = { 'j_username': 'lsi-upc', 'j_password': 'lsi-upc' }
login = { 'j_username': , 'j_password': }
headers = {'User-Agent': 'Mozilla/5.0 (X11; U; Linux i686; en-US)'}
loginFormData = urllib.urlencode(login)

Expand Down

0 comments on commit f857f4f

Please sign in to comment.