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