Skip to content

Unexpected .postcard_creator_wrapper_sent folder #48

@fpoli

Description

@fpoli

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)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions