sgggr opened this issue 5 years ago · 0 comments
with open('pic/{}/{}'.format(text, link.split('/')[-1]), 'wb') as f:
应该是
with open('pic/{}/{}'.format(text, pic_link.split('/')[-1]), 'wb') as f: