Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
skyss0fly authored Jul 31, 2023
1 parent c61cd47 commit 4996661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ExamplePlugin/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

class Main(PluginBase):
def on_enable(self):
self.logger.info(Terminal.green("[Example] enabling..."))
self.logger.info(Terminal.green("[ExamplePlugin] enabling..."))

0 comments on commit 4996661

Please sign in to comment.