goof
This commit is contained in:
@@ -436,6 +436,9 @@ def handle_check_race_course(self,
|
|||||||
path = polygon_to_path(polygon,debug=debug)
|
path = polygon_to_path(polygon,debug=debug)
|
||||||
paths.append(path)
|
paths.append(path)
|
||||||
|
|
||||||
|
startsecond = 0
|
||||||
|
endsecond = rowdata['time'].max()
|
||||||
|
|
||||||
# check how many times went through start polygon
|
# check how many times went through start polygon
|
||||||
try:
|
try:
|
||||||
entrytimes,entrydistances = time_in_path(rowdata,paths[0],maxmin='max',getall=True)
|
entrytimes,entrydistances = time_in_path(rowdata,paths[0],maxmin='max',getall=True)
|
||||||
@@ -570,7 +573,7 @@ def handle_check_race_course(self,
|
|||||||
engine.dispose()
|
engine.dispose()
|
||||||
|
|
||||||
# send email
|
# send email
|
||||||
handle_send_email_coursefail(
|
handle_sendemail_coursefail(
|
||||||
useremail,userfirstname,
|
useremail,userfirstname,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user