Private
Public Access
1
0

some more stuff related to strava bug

This commit is contained in:
Sander Roosendaal
2017-01-05 09:03:57 +01:00
parent 0300b996a3
commit 5f45d385f3

View File

@@ -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")