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