#118: Fixed webhook view issue

This commit is contained in:
frikky
2020-08-24 10:11:49 +02:00
parent d8224e712e
commit 47993ec030
2 changed files with 9 additions and 39 deletions
+2 -4
View File
@@ -261,7 +261,7 @@ func makePythoncode(swagger *openapi3.Swagger, name, url, method string, paramet
url += f"&%s={%s}"`, query, query, query)
}
} else {
log.Printf("No optional queries?")
//log.Printf("No optional queries?")
}
// api.Authentication.Parameters[0].Value = "BearerAuth"
@@ -401,9 +401,7 @@ func makePythoncode(swagger *openapi3.Swagger, name, url, method string, paramet
verifyAddin,
)
log.Printf(data)
//log.Printf("%s", data)
//log.Printf(data)
return functionname, data
}