Private
Public Access
1
0

fixes in master

This commit is contained in:
Sander Roosendaal
2020-07-26 20:36:12 +02:00
parent 706076a2d8
commit d22b18328e
3 changed files with 5 additions and 2 deletions

View File

@@ -213,7 +213,7 @@ def handle_strava_sync(stravatoken,workoutid,filename,name,activity_type,descrip
result = update_workout_field_sql(workoutid,'uploadedtostrava',res.id,debug=debug)
try:
os.remove(filename)
except WindowsError:
except:
pass
return 1