diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-04-14 19:03:38 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-04-14 19:03:38 -0700 |
| commit | edf5d77f1c44660e2e49c69635193df3ed715325 (patch) | |
| tree | e19ebd3bea96db65de7f9993213469f8f4727243 /sega | |
| parent | 18620364296708d48720178f6ff2ddc010fb1221 (diff) | |
fix: early termination of maimaidx intl scraping
Diffstat (limited to 'sega')
| -rw-r--r-- | sega/maimaidx_intl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sega/maimaidx_intl.py b/sega/maimaidx_intl.py index 0e787b8..57e7cfb 100644 --- a/sega/maimaidx_intl.py +++ b/sega/maimaidx_intl.py @@ -33,4 +33,4 @@ def parse_maimaidx_intl_prism_news_site(html: str): } entries.append(entry) - return entries + return entries |
