Skip to content

Commit 6db5f4c

Browse files
authored
Add touhou tag to meme throw (#258)
1 parent 3825bbd commit 6db5f4c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

meme_generator/memes/throw/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
from pil_utils import BuildImage
66

77
from meme_generator import add_meme
8+
from meme_generator.tags import MemeTags
89

910
img_dir = Path(__file__).parent / "images"
1011

@@ -28,6 +29,7 @@ def throw(images: list[BuildImage], texts, args):
2829
min_images=1,
2930
max_images=1,
3031
keywords=["丢", "扔"],
32+
tags=MemeTags.touhou,
3133
date_created=datetime(2021, 5, 5),
3234
date_modified=datetime(2023, 3, 30),
3335
)

0 commit comments

Comments
 (0)