Private
Public Access
1
0

duplicates are marked private

This commit is contained in:
Sander Roosendaal
2017-06-01 16:21:58 +02:00
parent 79ab50e29a
commit dae5897b6a

View File

@@ -532,6 +532,7 @@ def save_workout_database(f2,r,dosmooth=True,workouttype='rower',
user=r)
if (len(ws) != 0):
message = "Warning: This workout probably already exists in the database"
privacy = 'private'
# checking for inf values
totaldist = np.nan_to_num(totaldist)