bug fix
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user