Stupid None assignement
This commit is contained in:
parent
3626183786
commit
28dc6f83ca
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ class TransilienUI():
|
||||||
liste = []
|
liste = []
|
||||||
|
|
||||||
#liste = ConfFile('/opt/masstransit/masstransit.cfg').config.items('ListeDesGares')
|
#liste = ConfFile('/opt/masstransit/masstransit.cfg').config.items('ListeDesGares')
|
||||||
for None, backend in self.weboob.iter_backends():
|
for name, backend in self.weboob.iter_backends():
|
||||||
for station in backend.iter_station_search(""):
|
for station in backend.iter_station_search(""):
|
||||||
liste.append(station)
|
liste.append(station)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue