Skip to content

Commit 7b8b8e4

Browse files
committed
rename demo extension to nyanga extension class
1 parent 1771858 commit 7b8b8e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
logger = logging.getLogger(__name__)
123123

124124

125-
class DemoExtension(Extension):
125+
class NyangaExtension(Extension):
126126
def __init__(self):
127127
super().__init__()
128128
self.subscribe(KeywordQueryEvent, KeywordQueryEventListener())
@@ -240,4 +240,4 @@ def enqueue_output(pipe, queue):
240240

241241

242242
if __name__ == "__main__":
243-
DemoExtension().run()
243+
NyangaExtension().run()

0 commit comments

Comments
 (0)