Remove parse function
This commit is contained in:
parent
991723549e
commit
dc7a83cba0
3 changed files with 22 additions and 20 deletions
|
|
@ -28,8 +28,7 @@ __all__ = ['DresdenWetterBrowser']
|
|||
class DresdenWetterBrowser(PagesBrowser):
|
||||
BASEURL = 'http://www.dresden-wetter.de'
|
||||
|
||||
home = URL('/Current_Vantage_Pro.htm', StartPage)
|
||||
|
||||
home = URL('/Current_Vantage_Pro.htm', StartPage)
|
||||
|
||||
def get_sensors_list(self):
|
||||
return self.home.stay_or_go().get_sensors_list()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue