Skip to content

Commit

Permalink
Update integrations.rst (#137)
Browse files Browse the repository at this point in the history
Fix typo in missing closing quotes in docs.
  • Loading branch information
carlos-aguayo authored Oct 31, 2024
1 parent b56ecaf commit edea69a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/integrations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ assumes we have also added ``!pip install flask`` to our dependency code block.
# Open a ngrok tunnel to the HTTP server
public_url = ngrok.connect(port).public_url
print(f" * ngrok tunnel \"{public_url}\" -> \"http://127.0.0.1:{port}\")
print(f" * ngrok tunnel \"{public_url}\" -> \"http://127.0.0.1:{port}\"")
# Update any base URLs to use the public ngrok URL
app.config["BASE_URL"] = public_url
Expand Down

0 comments on commit edea69a

Please sign in to comment.