Private
Public Access
1
0

some fine tuning

This commit is contained in:
Sander Roosendaal
2017-01-11 15:27:46 +01:00
parent 85ef4d08a3
commit f159da1b0a
2 changed files with 2 additions and 0 deletions

View File

@@ -305,6 +305,8 @@ def repair_data(verbose=False):
pass
if not lfile:
# if not ldb - delete workout
try:
data = read_df_sql(w.id)
data.rename(columns = columndict,inplace=True)