Merge tag 'v6.77' into develop
hotfix
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user