1
0
mirror of https://github.com/alice-lg/alice-lg.git synced 2024-05-11 05:55:03 +00:00

call parseNeighbours

This commit is contained in:
Matthias Hannig
2017-05-22 11:47:10 +02:00
parent 54f04c6fef
commit 23e29c1a9a

View File

@@ -83,7 +83,7 @@ func (self *Birdwatcher) Neighbours() (api.NeighboursResponse, error) {
return api.NeighboursResponse{}, err
}
neighbours, err := parseNeighbours(bird)
neighbours, err := parseNeighbours(bird, self.config)
if err != nil {
return api.NeighboursResponse{}, err
}