From 36d9a74f15078fbac64b1480611ca64db9997739 Mon Sep 17 00:00:00 2001 From: Eric Asante Date: Mon, 4 Nov 2024 14:23:34 -0500 Subject: [PATCH] Complete MILESTONE5 --- Backend/userfuc.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Backend/userfuc.py b/Backend/userfuc.py index 42f2470..f983add 100644 --- a/Backend/userfuc.py +++ b/Backend/userfuc.py @@ -36,4 +36,5 @@ def replace_user_location(newlocation): """ newlocation = newlocation.get('Location') UserAccInfo["Location"] = newlocation # Set location accosiated with user to new location - return UserAccInfo # retrun user account info \ No newline at end of file + return UserAccInfo # retrun user account info +