mirror of
https://github.com/revanced/revanced-static-api.git
synced 2025-04-30 06:34:30 +02:00
fix: Use correct generator name
This commit is contained in:
parent
62280eab91
commit
fd019ea164
@ -180,7 +180,7 @@ class AnnouncementGenerator(Generator):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
super().__init__("announcements")
|
super().__init__("announcement")
|
||||||
|
|
||||||
async def generate(self, config, path):
|
async def generate(self, config, path):
|
||||||
new_announcement = config["announcement"]
|
new_announcement = config["announcement"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user