fix bad behaviors
This commit is contained in:
parent
a60def6820
commit
cbefbe81d2
5 changed files with 17 additions and 14 deletions
|
|
@ -35,7 +35,7 @@ class SachsenLevelBackend(BaseBackend, ICapWaterLevel):
|
|||
BROWSER = SachsenBrowser
|
||||
|
||||
def iter_gauge_history(self, id):
|
||||
return self.browser.get_history(id)
|
||||
return self.browser.iter_history(id)
|
||||
|
||||
def get_last_measure(self, id):
|
||||
return self.browser.last_seen(id)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue