Private
Public Access
1
0

adding rpe editing

This commit is contained in:
Sander Roosendaal
2022-11-25 17:14:19 +01:00
parent c324ee796a
commit b4973d8f52
8 changed files with 355 additions and 36 deletions

View File

@@ -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]