diff options
Diffstat (limited to 'bemani/ddr.py')
| -rw-r--r-- | bemani/ddr.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bemani/ddr.py b/bemani/ddr.py index 9651c48..b5ae93c 100644 --- a/bemani/ddr.py +++ b/bemani/ddr.py @@ -50,7 +50,7 @@ def parse_ddr_world_news_site(html: str): news_entries.append({ "date": date_iso, - "identifier": "DDR_WORLD", + "identifier": "DDR", "type": None, "timestamp": timestamp, "headline": headline, |
