Skip to content

Instantly share code, notes, and snippets.

@tomprince
Created February 15, 2016 17:38
Show Gist options
  • Save tomprince/3bcb39ea75ec92c75097 to your computer and use it in GitHub Desktop.
Save tomprince/3bcb39ea75ec92c75097 to your computer and use it in GitHub Desktop.
StreamServerEndpointService(
serverFromString(reactor, os.environ.get("PORT", "tcp:8080")),
server.Site(
wsgi.WSGIResource(
reactor,
reactor.getThreadPool(),
WSGIApplication(gh_client, repo),
)
)
).setServiceParent(multi)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment