duangy / aliyunsdkcore

阿里短信SDK
Apache License 2.0
26 stars 3 forks source link

TypeError in region_provider.py #4

Closed bluehawksky closed 6 years ago

bluehawksky commented 6 years ago

File "/root/workspace/env/lib/python3.6/site-packages/aliyunsdkcore/profile/region_provider.py", line 130, in convert_dict_to_endpointsxml content += ''+item.keys()[0]+'\n' TypeError: 'dict_keys' object does not support indexing

For python3, dict keys is not list

duangy commented 6 years ago

是的,已经修复了