some more stuff related to strava bug
This commit is contained in:
@@ -859,7 +859,7 @@ def workout_tcxemail_view(request,id=0):
|
|||||||
})
|
})
|
||||||
except:
|
except:
|
||||||
successmessage = ""
|
successmessage = ""
|
||||||
message = "Something went wrong (strava export) "+str(sys.exc_info()[0])
|
message = "Something went wrong (TCX export) "+str(sys.exc_info()[0])
|
||||||
with open("media/c2errors.log","a") as errorlog:
|
with open("media/c2errors.log","a") as errorlog:
|
||||||
errorstring = str(sys.exc_info()[0])
|
errorstring = str(sys.exc_info()[0])
|
||||||
timestr = strftime("%Y%m%d-%H%M%S")
|
timestr = strftime("%Y%m%d-%H%M%S")
|
||||||
|
|||||||
Reference in New Issue
Block a user