Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2020-07-01 15:41:17 +02:00
parent ebd38b1dd2
commit 6c498f8fc0

View File

@@ -55,7 +55,7 @@ def getnearestcourses(lat_lon,courses):
coords = c.coord
distance = howfaris(lat_lon,c)
if distance < 100:
newlist.append(race)
newlist.append(c)
counter += 1
if counter>0: