Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2021-01-27 19:55:49 +01:00
parent 844b984fb1
commit 22762e2c6a

View File

@@ -2754,6 +2754,9 @@ def handle_rp3_async_workout(userid,rp3token,rp3id,startdatetime,debug=False,**k
time.sleep(waittime)
if download_url == '':
return 0
filename = 'media/RP3Import_'+str(rp3id)+'.csv'
res = requests.get(download_url,headers=headers)