Private
Public Access
1
0

Strava import - imported time instead of distance

This commit is contained in:
Sander Roosendaal
2017-04-01 15:49:14 +02:00
parent 9fec0ebd03
commit 3e79336fc8
2 changed files with 1 additions and 4 deletions

View File

@@ -708,7 +708,6 @@ def add_workout_from_stdata(user,importid,data):
title = "Imported data"
res = splitstdata(data['distance'])
distance = res[1]