Skip to content

FIX: Update camera.py#3

Open
yz000000 wants to merge 1 commit intoSciguymjm:masterfrom
yz000000:patch-1
Open

FIX: Update camera.py#3
yz000000 wants to merge 1 commit intoSciguymjm:masterfrom
yz000000:patch-1

Conversation

@yz000000
Copy link

BUG: AttributeError: 'dict' object has no attribute 'iteritems'.

iteritems() has been removed in recent Python releases. Replace iteritems() to items()

BUG: AttributeError: 'dict' object has no attribute 'iteritems'.

iteritems() has been removed in recent Python releases. 
Replace iteritems() to items()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant