ngrok / ngrok-api-python

ngrok API client library for Python
MIT License
24 stars 14 forks source link

fix(readme): fixing quickstart example #9

Closed russorat closed 2 years ago

russorat commented 2 years ago

the current quickstart gave me the following error:

Traceback (most recent call last):
  File "/Users/rsavage/workspace/ngrok-playground/./main.py", line 13, in <module>
    for t in ng.tunnels():
TypeError: 'TunnelsClient' object is not callable

I believe this fixes it.