Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2018-06-01 15:44:56 +02:00
parent 53b4d55312
commit cfa5748ef4

View File

@@ -235,6 +235,11 @@ def handle_check_race_course(self,
rowdata = row.df
try:
s = rowdata[' latitude']
except KeyError:
return 0
rowdata.rename(columns = {
' latitude':'latitude',
' longitude':'longitude',