Skip to content

Commit a843148

Browse files
committed
fix typo
1 parent 4a3efa6 commit a843148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
mongodb_user = os.getenv("DB_USERNAME", "root")
1717
mongodb_password = os.getenv("DB_PASSWORD", "pw")
1818

19-
print(f"mongodb_url : {mongodb_url}")
19+
print(f"mongodb_url : {raw_mongodb_url}")
2020
print(f"mongodb_user : {mongodb_user}")
2121
print(f"mongodb_password : {mongodb_password}")
2222

0 commit comments

Comments
 (0)