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
|
rowdata = row.df
|
||||||
|
|
||||||
|
try:
|
||||||
|
s = rowdata[' latitude']
|
||||||
|
except KeyError:
|
||||||
|
return 0
|
||||||
|
|
||||||
rowdata.rename(columns = {
|
rowdata.rename(columns = {
|
||||||
' latitude':'latitude',
|
' latitude':'latitude',
|
||||||
' longitude':'longitude',
|
' longitude':'longitude',
|
||||||
|
|||||||
Reference in New Issue
Block a user