소스 검색

fix readability plugin name

Nick Sweeting 1 년 전
부모
커밋
6ec5925b7f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      archivebox/plugins_extractor/readability/apps.py

+ 2 - 2
archivebox/plugins_extractor/readability/apps.py

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