diff --git a/web.py b/web.py index 78384e2..b42106a 100644 --- a/web.py +++ b/web.py @@ -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"
ping redis with tls: {row}
"
+ html = f"connet to postgres with ssl: {row}
"
con.close()
return html, 200