Explorar el Código

Oops - printing the sutton results twice...

master
duncan.parkes hace 16 años
padre
commit
b0bfa441b2
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      python_scrapers/FastWeb.py

+ 2
- 2
python_scrapers/FastWeb.py Ver fichero

@@ -196,10 +196,10 @@ class FastWebResultsPageParser(HTMLParser.HTMLParser):


#suttonparser = FastWeb("Sutton", "Sutton", "http://82.43.4.135/FASTWEB/")
suttonparser = FastWeb("Sutton", "Sutton", "http://213.122.180.105/FASTWEB/")
#suttonparser = FastWeb("Sutton", "Sutton", "http://213.122.180.105/FASTWEB/")
#print eastleighparser.getResults(10,8,2007)
#print cravenparser.getResults(25,12,2006)
print suttonparser.getResults(1,8,2008)
#print suttonparser.getResults(1,8,2008)

#south_lakeland_parser = FastWeb("South Lakeland", "South Lakeland", "http://www.southlakeland.gov.uk/fastweb/")



Cargando…
Cancelar
Guardar