Hi 👋 I noticed that the postcards-folder script always creates a .postcard_creator_wrapper_sent folder, which I guess is only used for debugging. I think the issue is in create_text_cover, where the image_export is hard-coded to True.
|
def create_text_cover(self, msg): |
|
""" |
|
Create a jpg with given text |
|
""" |
|
return create_text_image(msg, image_export=True) |
Hi 👋 I noticed that the
postcards-folderscript always creates a.postcard_creator_wrapper_sentfolder, which I guess is only used for debugging. I think the issue is increate_text_cover, where theimage_exportis hard-coded toTrue.postcard_creator_wrapper/postcard_creator/postcard_creator_swissid.py
Lines 149 to 153 in 88f1750