How to use the pyngrok.ngrok.kill function in pyngrok

To help you get started, we’ve selected a few pyngrok examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Drakkar-Software / OctoBot-Tentacles / Services / Services_bases / webhook_service / webhook_service.py View on Github external
def stop(self):
        if self.connected:
            ngrok.kill()
            if self.webhook_server:
                self.webhook_server.stop()

pyngrok

A Python wrapper for ngrok.

MIT
Latest version published 3 months ago

Package Health Score

76 / 100
Full package analysis