阿神2017-04-18 09:25:45
It’s best to post the code
But look at the error message, did you use item[0] to get the value when item is none
ringa_lee2017-04-18 09:25:45
I guess so ','.join([None])
TypeError: sequence item 0: expected string, NoneType found