diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-03-22 23:53:34 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-03-23 00:17:55 -0700 |
| commit | 5e31d2870f07085e4c837a17572a3e9eedb6df26 (patch) | |
| tree | 3b97c5f1b0c139deb0bc4091595f085d754b14bd /community | |
| parent | 8f859e4786a02fea69ec086814d4f667f2f01d5d (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 'community')
| -rw-r--r-- | community/__init__.py | 4 | ||||
| -rw-r--r-- | community/wacca_plus.py (renamed from community/wacca_plus/wacca_plus.py) | 0 | ||||
| -rw-r--r-- | community/wacca_plus/__init__.py | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/community/__init__.py b/community/__init__.py index 835b7e6..e05fade 100644 --- a/community/__init__.py +++ b/community/__init__.py @@ -1,7 +1,7 @@ from community.disc import fetch_messages from community.museca_plus import parse_museca_plus_news_site from community.rbdx import get_carousel_posts -from community.wacca_plus.wacca_plus import parse_announcement_messages, check_is_generation_possible +from community.wacca_plus import parse_announcement_messages, check_is_generation_possible __all__ = [ "fetch_messages", @@ -9,4 +9,4 @@ __all__ = [ "get_carousel_posts", "parse_announcement_messages", "check_is_generation_possible", -]
\ No newline at end of file +] diff --git a/community/wacca_plus/wacca_plus.py b/community/wacca_plus.py index c15bbf7..c15bbf7 100644 --- a/community/wacca_plus/wacca_plus.py +++ b/community/wacca_plus.py diff --git a/community/wacca_plus/__init__.py b/community/wacca_plus/__init__.py deleted file mode 100644 index e69de29..0000000 --- a/community/wacca_plus/__init__.py +++ /dev/null |
