I spotted that too. I'd be surprised if it worked. If you have a query that returns multiple records, best to use a plural variable like "items". Then you'd have:
for item in items:
I spotted that too. I'd be surprised if it worked. If you have a query that returns multiple records, best to use a plural variable like "items". Then you'd have:
for item in items: