From 61a07c5a25c63e432104bc0ef53517ffc9d19e9a Mon Sep 17 00:00:00 2001 From: "Peter J. Keleher" <keleher@cs.umd.edu> Date: Mon, 30 Sep 2024 11:06:21 -0400 Subject: [PATCH] auto --- assign3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assign3.md b/assign3.md index 9dc3d04..4ee32e4 100644 --- a/assign3.md +++ b/assign3.md @@ -169,7 +169,7 @@ On an apple-silicon mac you must: conn = psycopg2.connect("dbname=flightsskewed user=keleher") ``` -Password for the local name should be the empty password. However, note that you still have to <ul>use the root as password</ul> when submitting to gradescope! +Password for the local name should be the empty password. However, note that you still have to <i>use the root as password</i> when submitting to gradescope! Also, be sure you have: ``` -- GitLab