changed admin
This commit is contained in:
@@ -282,8 +282,12 @@ def add_c2_stroke_data_db(strokedata,workoutid,starttimeunix,csvfilename,
|
||||
res = df.to_csv(csvfilename,index_label='index',
|
||||
compression='gzip')
|
||||
|
||||
data = dataprep(df,id=workoutid,bands=False,debug=debug)
|
||||
|
||||
try:
|
||||
data = dataprep(df,id=workoutid,bands=False,debug=debug)
|
||||
except:
|
||||
return 0
|
||||
|
||||
return data
|
||||
|
||||
# Processes painsled CSV file to database
|
||||
|
||||
Reference in New Issue
Block a user