adding rpe editing
This commit is contained in:
@@ -3187,7 +3187,8 @@ def df_from_summary(data):
|
||||
|
||||
|
||||
@app.task
|
||||
def handle_c2_async_workout(alldata, userid, c2token, c2id, delaysec, defaulttimezone, debug=False, **kwargs):
|
||||
def handle_c2_async_workout(alldata, userid, c2token, c2id, delaysec,
|
||||
defaulttimezone, debug=False, **kwargs):
|
||||
time.sleep(delaysec)
|
||||
dologging('c2_import.log',str(c2id)+' for userid '+str(userid))
|
||||
data = alldata[c2id]
|
||||
|
||||
Reference in New Issue
Block a user