Fixed an app creation def issue

This commit is contained in:
frikky
2020-07-17 08:40:40 +02:00
parent cdfd2a52ae
commit 7d5761a2b1
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -398,6 +398,7 @@ func makePythoncode(swagger *openapi3.Swagger, name, url, method string, paramet
verifyAddin,
)
log.Printf("%s", data)
return functionname, data
}