tidy py sdk examples

This commit is contained in:
Kenneth Bingham
2025-01-28 17:57:36 -05:00
parent 701f897678
commit e16ae7f43e
3 changed files with 6 additions and 3 deletions

View File

@ -13,7 +13,7 @@ bindPort = 18081
@zrok.decor.zrok(opts=zrok_opts)
def runApp():
from waitress import serve
# the port is only used to integrate Zrok with frameworks that expect a "hostname:port" combo
# the port is only used to integrate zrok with frameworks that expect a "hostname:port" combo
serve(app, port=bindPort)