fix readability plugin name

This commit is contained in:
Nick Sweeting 2024-09-26 02:37:26 -07:00
parent 45736036e0
commit 6ec5925b7f
No known key found for this signature in database

View file

@ -86,8 +86,8 @@ READABILITY_EXTRACTOR = ReadabilityExtractor()
# READABILITY_QUEUE = ReadabilityQueue()
class ReadabilityPlugin(BasePlugin):
app_label: str ='singlefile'
verbose_name: str = 'SingleFile'
app_label: str ='readability'
verbose_name: str = 'Readability'
hooks: List[InstanceOf[BaseHook]] = [
READABILITY_CONFIG,