Private
Public Access
1
0

added course distance to database

This commit is contained in:
Sander Roosendaal
2018-05-15 14:02:02 +02:00
parent f17b37d235
commit 764d1b43aa
3 changed files with 12 additions and 3 deletions

View File

@@ -193,6 +193,9 @@ def createcourse(
j += 1
i += 1
c.distance = int(course_length(c))
c.save()
return c
def coursetime_first(data,paths):