Sfoglia il codice sorgente

Oops - printing the sutton results twice...

master
duncan.parkes 16 anni fa
parent
commit
b0bfa441b2
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      python_scrapers/FastWeb.py

+ 2
- 2
python_scrapers/FastWeb.py Vedi File

@@ -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/")



Caricamento…
Annulla
Salva