Private
Public Access
1
0

Merge branch 'release/v13.13'

This commit is contained in:
Sander Roosendaal
2020-07-01 15:41:35 +02:00

View File

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