disabled consistency check
This commit is contained in:
@@ -420,7 +420,8 @@ def save_workout_database(f2,r,dosmooth=True,workouttype='rower',
|
|||||||
a_messages.error(r.user,'Failed consistency check: '+key+', autocorrected')
|
a_messages.error(r.user,'Failed consistency check: '+key+', autocorrected')
|
||||||
|
|
||||||
if not allchecks:
|
if not allchecks:
|
||||||
row.repair()
|
#row.repair()
|
||||||
|
pass
|
||||||
|
|
||||||
|
|
||||||
if row == 0:
|
if row == 0:
|
||||||
|
|||||||
@@ -139,7 +139,8 @@ def save_workout_database(f2,r,dosmooth=True,workouttype='rower',
|
|||||||
allchecks = 0
|
allchecks = 0
|
||||||
|
|
||||||
if not allchecks:
|
if not allchecks:
|
||||||
row.repair()
|
#row.repair()
|
||||||
|
pass
|
||||||
|
|
||||||
|
|
||||||
if row == 0:
|
if row == 0:
|
||||||
|
|||||||
Reference in New Issue
Block a user