fixing zip - without uploadoptions
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user