From 84e90c9b1c79201123322f8ac46130a6d634c657 Mon Sep 17 00:00:00 2001 From: Alex Laird Date: Sun, 11 Oct 2020 08:30:10 -0700 Subject: [PATCH] Doc updates. --- docs/integrations.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations.rst b/docs/integrations.rst index 7dbb2e1..665a98b 100644 --- a/docs/integrations.rst +++ b/docs/integrations.rst @@ -43,7 +43,7 @@ same place. # Open a ngrok tunnel to the dev server public_url = ngrok.connect(port) - print(" * ngrok tunnel \"{}\" -> \"http://127.0.0.1:{}/\"".format(public_url, port)) + print(" * ngrok tunnel \"{}\" -> \"http://127.0.0.1:{}\"".format(public_url, port)) # Update any base URLs or webhooks to use the public ngrok URL app.config["BASE_URL"] = public_url