aboutsummaryrefslogtreecommitdiffstats
path: root/bemani/__init__.py
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2026-03-22 23:53:34 -0700
committerPinapelz <yukais@pinapelz.com>2026-03-23 00:17:55 -0700
commit5e31d2870f07085e4c837a17572a3e9eedb6df26 (patch)
tree3b97c5f1b0c139deb0bc4091595f085d754b14bd /bemani/__init__.py
parent8f859e4786a02fea69ec086814d4f667f2f01d5d (diff)
Rename SDVX parser to parse_nabla_news_site
Replace parse_exceed_gear_news_site with parse_nabla_news_site and update imports and callers in __init__.py and news_feed.py
Diffstat (limited to 'bemani/__init__.py')
-rw-r--r--bemani/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bemani/__init__.py b/bemani/__init__.py
index f16ed0a..dc4762a 100644
--- a/bemani/__init__.py
+++ b/bemani/__init__.py
@@ -1,7 +1,7 @@
-from bemani.sdvx import parse_exceed_gear_news_site
+from bemani.sdvx import parse_nabla_news_site
from bemani.polaris_chord import parse_polaris_chord_news_site
__all__ = [
- "parse_exceed_gear_news_site",
+ "parse_nabla_news_site",
"parse_polaris_chord_news_site",
]
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage