Skip to content

Commit

Permalink
fix: update messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
jose-fully-ported committed Nov 23, 2023
1 parent 9b73017 commit 103e944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def postgres_path():
user=username, password=password, host=host, port=port, ssl_context=ssl_context
)
for row in con.run("SELECT 1"):
html = f"<pre><code>ping redis with tls: {row}</code></pre>"
html = f"<pre><code>connet to postgres with ssl: {row}</code></pre>"

con.close()
return html, 200
Expand Down

0 comments on commit 103e944

Please sign in to comment.