From 7cec6aed0a664e29922c4b0f802c655528995793 Mon Sep 17 00:00:00 2001 From: Eric O Asante Date: Mon, 4 Nov 2024 14:29:58 -0500 Subject: [PATCH] Update userfuc.py --- Backend/userfuc.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Backend/userfuc.py b/Backend/userfuc.py index f983add..ef15a7c 100644 --- a/Backend/userfuc.py +++ b/Backend/userfuc.py @@ -37,4 +37,3 @@ 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 -