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 11f23a6 commit 6f0ef21Copy full SHA for 6f0ef21
main.py
@@ -4,7 +4,7 @@
4
5
# Clean one-liner: set level and output mode together
6
setup_logging(output="both")
7
-print("Logging is set up..")
+print("Logging is set up...")
8
conn_str = os.getenv("DB_CONNECTION_STRING")
9
conn = connect(conn_str)
10
cursor = conn.cursor()
0 commit comments