ngrok / ngrok-python

Embed ngrok secure ingress into your Python apps with a single line of code.
https://ngrok.com
Apache License 2.0
115 stars 23 forks source link

Tunnel don't disconnecting #73

Closed nuub228 closed 11 months ago

nuub228 commented 11 months ago

` mport ngrok, time

ngrok.set_auth_token(Ngrok token)

listener = ngrok.connect(1194)

print(listener.url())

input()

print("tunnel stoping")

listener = ngrok.disconnect

time.sleep(60) `

The tunnel turns on successfully, but cannot turn off.