more logging
This commit is contained in:
@@ -2955,7 +2955,7 @@ def handle_c2_async_workout(alldata,userid,c2token,c2id,delaysec,defaulttimezone
|
||||
time.sleep(delaysec)
|
||||
with open("c2_auto_import.log","a") as errorlog:
|
||||
timestr = time.strftime("%Y%m%d-%H%M%S")
|
||||
errorlog.write(timestr+' '+str(c2id)+'for userid '+str(userid)+'\r\n')
|
||||
errorlog.write(timestr+' '+str(c2id)+' for userid '+str(userid)+'\r\n')
|
||||
data = alldata[c2id]
|
||||
splitdata = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user