Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2021-04-15 21:42:43 +02:00
parent b8eba29019
commit 2ee31d6fc3
4 changed files with 101 additions and 13 deletions

View File

@@ -106,8 +106,7 @@ def make_new_workout_from_email(rower, datafile, name, cntr=0,testing=False):
path='media/')[6:]
fileformat = fileformat[2]
if testing:
print('Fileformat = ',fileformat)
f,e = os.path.splitext(datafilename)