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 +