I know how to update a value which is by using
cursor.execute(f"UPDATE main SET Points = {winner_updated_points} WHERE Points = {old_winner_points}")