Private
Public Access
1
0

Merge branch 'hotfix/v3.07'

This commit is contained in:
Sander Roosendaal
2017-06-04 09:35:07 +02:00
2 changed files with 4 additions and 2 deletions

View File

@@ -420,7 +420,8 @@ def save_workout_database(f2,r,dosmooth=True,workouttype='rower',
a_messages.error(r.user,'Failed consistency check: '+key+', autocorrected')
if not allchecks:
row.repair()
#row.repair()
pass
if row == 0:

View File

@@ -139,7 +139,8 @@ def save_workout_database(f2,r,dosmooth=True,workouttype='rower',
allchecks = 0
if not allchecks:
row.repair()
#row.repair()
pass
if row == 0: