Your row only has one column, but it's still a row of data and is therefore a list. You can either access the member of the list like row[0] or iterate over it.
row[0]