We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 402275f commit 73553a2Copy full SHA for 73553a2
examples/ngrokwebhook.py
@@ -57,7 +57,7 @@ def findwebhookidbyname(api, webhookname):
57
ngrokjson = (ngrokjson.replace('\\',''))
58
print (ngrokjson)
59
Url = (json.loads(ngrokjson)["Session"]["Tunnels"]["command_line (http)"]["URL"])+url_suffix
60
-print (targetUrl)
+print (Url)
61
62
#check if the webhook exists by name and then create it if not
63
whid=findwebhookidbyname(api, webhookname)
0 commit comments