TypeError:类型' int'的参数是不可迭代的Python 3

时间:2017-12-26 21:02:09

标签: python

                if 'game' in release_object:
                game_object = release_object['game']
                game = {}
                if 'id' in game_object:
                    game['id'] = game_object['id']

错误来自:

                if 'id' in game_object:
                    game['id'] = game_object['id']

非常感谢你们的辛勤工作,每一点帮助都非常感激。

0 个答案:

没有答案