In my error, I was using a dictionary. This error is saying you need to have items like a tulp (number, number) where it can itterate over.
for key,value in DICTIONARY.items(): # I added .items()
# do stuff here
This is what helped for me.
Have a lovely day, remember to eat and get enough sleep.