Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2019-09-09 17:43:56 +02:00
parent 754f979397
commit 5e2e55582a
5 changed files with 18 additions and 10 deletions

View File

@@ -1297,7 +1297,6 @@ def new_workout_from_file(r, f2,
makeprivate=False,
notes=''):
message = None
print('noot',notes)
try:
fileformat = get_file_type(f2)
except (IOError,UnicodeDecodeError):