Private
Public Access
1
0

fixing zip - without uploadoptions

This commit is contained in:
Sander Roosendaal
2020-02-18 20:54:43 +01:00
parent 80b4a26667
commit fc6dd7e347
4 changed files with 16 additions and 24 deletions

View File

@@ -352,7 +352,10 @@ def getboolean(uploadoptions,value,key):
return uploadoptions
def upload_options(body):
uploadoptions = {}
uploadoptions = {
'boattype':'1x',
'workouttype': 'rower',
}
body = cleanbody(body)
try:
yml = (yaml.safe_load(body))