diff options
Diffstat (limited to 'bemani/ddr.py')
| -rw-r--r-- | bemani/ddr.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bemani/ddr.py b/bemani/ddr.py index e36b392..e9d4584 100644 --- a/bemani/ddr.py +++ b/bemani/ddr.py @@ -54,7 +54,8 @@ def parse_ddr_world_news_site(html: str): "headline": headline, "content": content, "url": None, - "images": images + "images": images, + 'is_ai_summary': False }) return news_entries |
