From 45ada1c7b006d1f90beb372cd9aad717c6801183 Mon Sep 17 00:00:00 2001 From: "Peter J. Keleher" <keleher@cs.umd.edu> Date: Tue, 3 Oct 2023 19:49:20 -0400 Subject: [PATCH] auto --- assign4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assign4.md b/assign4.md index 3d722b0..b7ecc47 100644 --- a/assign4.md +++ b/assign4.md @@ -179,7 +179,7 @@ instead of: ``` conn = psycopg2.connect("dbname=flightsskewed user=vagrant password=vagrant") ``` -Password for the local name should be the empty password. +Password for the local name should be the empty password. However, note that you still have to use the vagrant version when submitting to gradescope! ## Submit Instructions -- GitLab