Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2020-06-12 17:10:02 +02:00
parent 0ddd39de78
commit 5ad85c077c

View File

@@ -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,
) )