Merge branch 'release/v13.13'
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user