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 -