rogerxavier
commited on
Commit
•
0c4e15c
1
Parent(s):
2815f60
Update api.py
Browse files
api.py
CHANGED
@@ -217,8 +217,8 @@ async def upload_with_random_cover(bili_meta_data:dict):
|
|
217 |
bili_jct=bili_jct,
|
218 |
buvid3=buvid3)
|
219 |
|
220 |
-
#
|
221 |
-
img_path = '
|
222 |
#获取漫画原图无水印的加入image_files,并排序
|
223 |
subdir_path = os.path.join(os.getcwd(), img_path)
|
224 |
# 对话图片经过加入list并补0确定顺序
|
|
|
217 |
bili_jct=bili_jct,
|
218 |
buvid3=buvid3)
|
219 |
|
220 |
+
# 使用manga12中的裁剪漫画块中的作为cover,过审概率应该高一些
|
221 |
+
img_path = 'manga12'
|
222 |
#获取漫画原图无水印的加入image_files,并排序
|
223 |
subdir_path = os.path.join(os.getcwd(), img_path)
|
224 |
# 对话图片经过加入list并补0确定顺序
|