Exemplo n.º 1
0
def remove_favorite(user_id, username):
    """Remove a user from favorites"""   
    # Remove favorite from dictionary
    favs = Favorites(wf())
    favs.remove(user_id)