cover copy path fix

This commit is contained in:
lededev
2021-06-18 16:22:48 +08:00
parent b13b85c057
commit d37b06f38b

View File

@@ -544,7 +544,8 @@ def cutImage(imagecut, path, number, leak_word, c_word):
except:
print('[-]Cover cut failed!')
elif imagecut == 0: # 复制封面
shutil.copyfile(path + '/' + number + c_word + '-fanart.jpg',path + '/' + number + leak_word + c_word + '-poster.jpg')
shutil.copyfile(path + '/' + number + leak_word + c_word + '-fanart.jpg',
path + '/' + number + leak_word + c_word + '-poster.jpg')
print('[+]Image Copyed! ' + path + '/' + number + leak_word + c_word + '-poster.jpg')
# 此函数从gui版copy过来用用