Skip to content

Commit

Permalink
Complete MILESTONE5
Browse files Browse the repository at this point in the history
  • Loading branch information
eoa21004 committed Nov 4, 2024
1 parent 8b5fc6c commit 36d9a74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Backend/userfuc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
return UserAccInfo # retrun user account info

0 comments on commit 36d9a74

Please sign in to comment.