Private
Public Access
1
0

small fixes and additional logging for rp3

This commit is contained in:
Sander Roosendaal
2021-10-12 18:01:20 +02:00
parent 851e4814ae
commit 6145530dc2
3 changed files with 10 additions and 2 deletions

View File

@@ -2929,6 +2929,8 @@ def handle_rp3_async_workout(userid,rp3token,rp3id,startdatetime,max_attempts,de
with open(filename,'wb') as f:
#dologging('rp3_import.log',res.text)
dologging('rp3_import.log','Rp3 ID = {id}'.format(id=rp3id))
f.write(res.content)
uploadoptions = {