diff --git a/tradedb.py b/tradedb.py index 4c73b803..dec9382c 100644 --- a/tradedb.py +++ b/tradedb.py @@ -1253,6 +1253,8 @@ def getDestinations(self, node.distLy) ) + destStations.sort(key=lambda dest: dest.distLy) + return destStations