Skip to content

Commit 6f0ef21

Browse files
committed
testing
1 parent 11f23a6 commit 6f0ef21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Clean one-liner: set level and output mode together
66
setup_logging(output="both")
7-
print("Logging is set up..")
7+
print("Logging is set up...")
88
conn_str = os.getenv("DB_CONNECTION_STRING")
99
conn = connect(conn_str)
1010
cursor = conn.cursor()

0 commit comments

Comments
 (0)