|
@@ -89,7 +89,7 @@ class DetailPicGet(DetailBase):
|
|
|
]
|
|
]
|
|
|
for text_data in text_list:
|
|
for text_data in text_list:
|
|
|
text = self.get_text_value(text_data["text"])
|
|
text = self.get_text_value(text_data["text"])
|
|
|
- if text:
|
|
|
|
|
|
|
+ if not text:
|
|
|
text = text_data["default"]
|
|
text = text_data["default"]
|
|
|
_pp = PictureProcessing().get_text_image_advanced(
|
|
_pp = PictureProcessing().get_text_image_advanced(
|
|
|
font=font_1,
|
|
font=font_1,
|