the error:
AttributeError: 'NoneType' object has no attribute 'get'
I'm so close. Any help?
Which database are you use?
ele.get('platform', {}).get('name'), but if platform key exists in dict ele, and it's value for example is None, it will fail.
Обсуждают сегодня